Keyboard prevents user from accessing bottom of page #13380
Labels
area-keyboard
Keyboard, soft keyboard
p/0
Work that we can't release without
platform/android 🤖
platform/iOS 🍎
t/bug
Something isn't working
Description
When the keyboard is showing the user is unable to access the area of the page which is behind the keyboard.
For example, a page containing 10 Entry fields stacked, with a Submit button at the bottom - the user is unable to access the lower fields and the button because the keyboard is in the way and the page doesn't scroll enough to bring them into view.
The only way it is possible to fill out these fields is for the user to know that they need to minimise the keyboard each time they want to move to the next field.
Expectation is that the page scrolls to allow access to the full page when the keyboard is showing.
Steps to Reproduce
Add the below code to a page and try to access the bottom fields:
Link to public reproduction project repository
?
Version with bug
7.0 (current)
Last version that worked well
Unknown/Other
Affected platforms
iOS, Android
Affected platform versions
Android 11 - 13, iOS 16
Did you find any workaround?
Add a transparent frame to the bottom of the page which is the same height as the keyboard. Not great but it works.
Relevant log output
No response
The text was updated successfully, but these errors were encountered: