-
-
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] Delay in tabs #187
Comments
Will investigate. Thanks for reporting! |
Not Quasar's fault, but a workaround is needed. Referencing https://remysharp.com/2012/05/24/issues-with-position-fixed-scrolling-on-ios#scrolling--unusable-positionfixed-element |
Where specifically do I apply this fix? Or will you add this to the standard product? |
That's not a fix. It's just an acknowledgment of a few well known bugs in ios safari browser (the new IE in my opinion). |
I agree ... thanks for the help. |
First, I want to say this is an awesome framework, this is the framework I've been looking for. I also come across this problem when I tried to learn this framework, I looked into it, I found this is actually a very small problem. If you look into the file in the framework > the tab component, file : src/vue-components/tab/Tab.vue
if you could just move the icon into the
it would solve the touch delay ( or touch not responding) problem, well, the problem still exists as you must tap on the icon for the router to jump, if you tap on somewhere else not near the icon, it may not, so a perfect fix would put the whole tab content in the Thank you for the awesome work. |
@yeegeek Will investigate, thanks! Tabs component is a beast. It must work without routes attached to it so it's a little complicated, but will get this done. |
Delay in tabs with ios safari.
There is too long a delay to access the tabs in the Safari iOS browser.
I made two gifs to illustrate this.
Safari in MAC OS X: http://g.recordit.co/G7xMI60fV8.gif (working...)
Safari in Iphone 5 (iOS 10): http://g.recordit.co/fWhj3cYC6E.gif (not working...)
I believe we have some inconsistency in that.
Regards,
The text was updated successfully, but these errors were encountered: