Closing keyboard doesn't account for multiple "Done" buttons #20
Labels
bug
Something isn't working
in progress
This issue is being worked on currently
ios
This issue affects iOS
There could be a "Done" button in the nav bar as well as the keyboard toolbar.
The current logic for closing the keyboard in iOS looks for buttons with text "OK", "SELECT", "Select", "DONE", or "Done". If we accidentally tap on the nav bar's "Done" button, it will close the entire screen, not just the keyboard.
We should add some more specific xpath to make sure we find the button on the keyboard toolbar.
The text was updated successfully, but these errors were encountered: