You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
Add an Entry and a Label with TapGestureRecognizer (I didn't test with a Button) to a page
I even set all Android Views but the Editors renderer to Focusable=false;FocusableInTouchMode=false;
focus the Entry and tap the Label
Expected Behavior
The Entry keeps its focus and the soft keyboard remains shown.
Actual Behavior
The PlatformRenderer calls ClearFocus() and thus the soft keyboard is hidden - although no other view has the focus. On the Android side at this point Activity.CurrentFocus returns null.
Basic Information
Version with issue: 5.0.0.2622
Platform Target Frameworks:
Android: 13.0
Workaround
I did not find a workaround. If you know how I can prevent that without XF needing to change, I'm happy to use that.