-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bottom Sheets] Tapping "return" should dismiss sheet #1164
Comments
Current SituationAfter making this change (to make tapping "return" dismiss the bottom sheet), we noticed a difference in keyboard behavior and decided to align Android with iOS' current behavior. Changes need to be made on Android to make the keyboard reappear and focus to return to the current block, once the bottom sheet is dismissed. Side note: When the return button is pressed on an empty link field, the keyboard on Android behaves correctly – it's only when a link is added that the keyboard does not reappear. ProposalAfter debugging this, the problem could be in the Aztec native code where something may be blocking the keyboard from reappearing. Thoughts @iamthomasbishop? |
I think that makes sense 👍 |
👋 @guarani and @iamthomasbishop ! Merging the PR automatically closed this issue. Do we want to track the Android keyboard close behavior (either by keeping this issue open or as a separate issue)? |
I'd say it seems like a very minor issue to me, but I also understand it's good to align the platforms where possible. |
I don't feel strongly, I just wanted to make sure it didn't slip through the cracks by accident. What do you think @iamthomasbishop—should we track the issue where the Android keyboard is dismissed after hitting enter to set a link?
The issue was already closed when the Gutenberg PR got merged because it referenced the issue. |
Expected
When I'm editing something on a bottom sheet, I expect tapping "return" to dismiss the sheet.
Actual
Tapping return dismisses the keyboard, but not the sheet with it.
The text was updated successfully, but these errors were encountered: