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
If you want to close the keyboard then you should use a specific API to hide the keyboard.
Unfocusing and Keyboard visibility aren't two related functions on Android
They are on iOS which I realize can cause some confusion
Unfocusing an Element to close the keyboard is bad for accessibility because it will unexpectedly modify where current focus is which will always be a surprising behavior to someone that's visually impaired.
I realize this causes somewhat odd behavior because if you navigate via SearchHandler the keyboard will remain open #16298
But for that we should also just look at different APIs. Perhaps we can add an API to Pages about closing the keyboard while navigating? Perhaps there's a bug here where the navigation should be closing it but it's not because focus is still being incorrectly applied somewhere?
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Description
By default, unfocusing a control doesn't hide the keyboard on Android
#28186
If you want to close the keyboard then you should use a specific API to hide the keyboard.
Unfocusing and Keyboard visibility aren't two related functions on Android
They are on iOS which I realize can cause some confusion
Unfocusing an Element to close the keyboard is bad for accessibility because it will unexpectedly modify where current focus is which will always be a surprising behavior to someone that's visually impaired.
I realize this causes somewhat odd behavior because if you navigate via SearchHandler the keyboard will remain open
#16298
But for that we should also just look at different APIs. Perhaps we can add an API to Pages about closing the keyboard while navigating? Perhaps there's a bug here where the navigation should be closing it but it's not because focus is still being incorrectly applied somewhere?
The text was updated successfully, but these errors were encountered: