*improvement* menu on mobile (iOS)
See original GitHub issuehi,
had struggle to get the menu working on mobile when page content is longer than the view
( only tested on ios devices )
solution was to use the available instead of constant 100vh which is does not respect mobile toolbar hide/show
.v-sidebar-menu { height: -webkit-fill-available; }
.v-sidebar-menu .vsm--scroll-wrapper { height: calc( -webkit-fill-available - 50px ) }
would be nice if can integrate this. i guess it should be tested how it behave when the menu content is longer than the screen height but for it works for testing purpose solution based on this information
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Boost Your iPhone's Performance With These 22 Helpful iOS ...
In the Settings app, go to Accessibility > Touch > Back Tap and choose one of the two tapping options (double or triple...
Read more >Top 8 Mobile Navigation Menu Design for Your Inspiration
1). Tabber — Classic navigation menu ... Tabber is a navigation control that can be automatically generated in IOS and developed conveniently. So...
Read more >iOS 16 - New Features - Apple
See all the latest features, enhancements, app updates, and more in iOS 16 ... The quick access menu (available for specific passes and...
Read more >How to enhance the navigation experience on mobile devices
An overview of common design patterns for navigation that will ensure users can find and use features in an application.
Read more >Mod Queue improvements and an update to the iOS action ...
This week we're aiming to improve the mobile iOS moderation experience by launching a new overflow menu on the iOS action bar.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
i will fix this in future patch
Yes works great on mobile now Awesome work 👍