-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[ios] Tabs sometimes get pushed beneath the header #83
Comments
Will investigate. |
Do you mean that the Tabs seem to be part of the page so when you scroll the Tabs they get out of view? Did I understand correctly that you want Tabs to always be visible regardless of scroll? If "yes", then you should style your UI differently. Place the Tabs in One small other comment. You'd also better use routes for your App/site rather than just one index route. If I did not understand correctly the problem you are facing, can you make a screenshot? Sometimes an image is worth a thousand words. Thanks! |
Please reopen if I missed something. Thanks! |
Did you place If you want your Tabs as part of the Layout, which is always visible on your screen then everything in menu-bar.vue should be written in |
Will make a PR for your project ;) |
This is my markup for the index.vue:
|
The tabs scrolling out of view is fine, it's on intial rendering that they get pushed out of view, and they stay that way. I can't seem to pull them back down fully into view, making the tab options difficult to access. This only happens on lists that are longer than the viewport. |
Ah, I understand what you mean now. Will look into it. |
Great, thanks! Loving the project so far. |
Not Quasar's fault. Referencing https://remysharp.com/2012/05/24/issues-with-position-fixed-scrolling-on-ios#position-drift Will think of a workaround. |
Finally found a workaround. Available in next Q v0.13.2 and edge version. |
The following markup is the only component in my index.vue. Whenever I tap on a quasar-tab, if the list is longer than the screen is tall (using an iPhone 6+), it pushes the
<quasar-tabs>
component up underneath the<quasar-toolbar-title>
. The problem doesn't seem to manifest on the Android phone (Motorola Moto X/Android 5.1).You can see the rest of our code at github.com/wishinghand/nth
The text was updated successfully, but these errors were encountered: