-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Blocks Menu Opens Incorrectly on iOS Portrait #1280
Comments
Thanks for the report! |
Possibly slated to be resolved by Popover refactoring in #1204. |
Closing as fixed by updated popover. |
@mtias I believe this needs to be re-opened. The updated popover has fixed this issue in landscape, but portrait issues still persist. Using version 0.9 of the plugin, the popover will open upwards. If you switch the orientation while the popover is open, the popover stretches beyond the screen. One item to note, which may be worthy of its own issue, but may also be impacting/causing the behaviour: When the Insert Block button is pressed, the popover opens and the search field is activated, which then triggers the keyboard, and throws everything upwards and out of view (this is also seen in the attached video). Perhaps this is making it difficult for the popover to detect visible real estate. |
Closing as we now have a single place to include all issues for mobile inserter in #2691 |
In iOS Safari, the + menu in the top bar opens correctly on iOS in Landscape mode
but in portrait mode, the menu opens upwards, sitting above the viewport. You can see the bottom of the menu peeking out from the top in this image:
The text was updated successfully, but these errors were encountered: