-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Popups/ExposedDropDown is covered by Keyboard on iOS #4011
Comments
Thanks for the report. We're working on placing popups and dialogs in the correct layer. |
Thanks! I will take a look! |
@chrisjenx Can you please provide a minimal reproducible sample on GitHub? |
So is this resolved with PR #967? |
Oh looks like it should be, I need to test next time I'm on the project, the commits suggest it should |
Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks. |
Describe the bug
See screenshot
On iOS Popups or in this case the exposed drop down is covered by the virtual keyboard on iOS. (Correct on Android).
Affected platforms
Select one of the platforms below:
Versions
To Reproduce
Steps and/or the code snippet to reproduce the behavior:
Expected behavior
Screenshots
iOS on left is covering dropdown results
Additional context
This Dropdown is inside
BottomSheetDialogModal
Note setting windowInsetsPadding on the ExposedDropdown does help but is still covered a little:
The text was updated successfully, but these errors were encountered: