Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 58056

Problems with setting focus in iOS Xamarin forms shared projects

$
0
0

I'm trying to change focus from one entry to a different entry. When I tap in the first entry I have a focus in handler set the focus to the second entry. This works in Android but fails to move the cursor in iOS. I can tell that the focus in event fires for the second entry but the cursor remains in the first entry. Is this a bug?

firstEntry.Focused += (sender, e) =>
{
secondEntry.Focus();
};


Viewing all articles
Browse latest Browse all 58056

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>