Skip to content

pldeschamps/xamarincursorpositionissue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project demonstrates the issue described there: xamarin/Xamarin.Forms#8554

The output differs whenever the user adds characters in the Entry in the main Page whenever he starts the Android or the UWP project.

By adding two characters after starting the Android project, the output is:
[0:] cursor position: 0
[0:] cursor position: 1

By adding two characters after starting the UWP project, the output is:
cursor position: 1
cursor positio

Releases

No releases published

Packages

No packages published

Languages