question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

*improvement* menu on mobile (iOS)

See original GitHub issue

hi, 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:closed
  • Created 3 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
yaminnccocommented, Aug 23, 2020

i will fix this in future patch

0reactions
puschie286commented, Aug 25, 2020

Yes works great on mobile now Awesome work 👍

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found