-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Description
Keyboard dismissal prevents any tap notifications from being registered. For example, In this repo's sample project, I expect to be able to click the Login Button and have the click event called. However, when tapping the Login with the keyboard visible, the keyboard dismisses without firing the buttons click event. It appears that you cannot interact with controls while the keyboard is visible.
To Reproduce
All steps are taken using this repo's sample project as the starting point.
- Add a simple Debug.WriteLine("Button Clicked") to
Clicked - Run application
- Tap text control to focus and bring up the software keyboard.
- Tap Login button
Expected Result: Login tapped event fires.
Actual Result: Keyboard dismisses. (Login tapped does not fire)
ewroblewski-intelivert
Metadata
Metadata
Assignees
Labels
No labels