-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Quasar uses fastclick? #154
Comments
Hi, Yes, Quasar uses fastclick. It depends on what your buttons do and how fast Vue 2 can render. Your delay might exist because of Vue struggling to cope with your templates. |
I would suggest reopen it... |
Fastclick has not nothing to do with desktop. It just solves delays for taps on touch capable devices. |
Sorry, not familiar with that, but still there is some issues wit FAB buttons |
Would you care to elaborate please? |
As described before = it's not getting hover state when mouse is over it. I mean not always, not immediately. Sometimes have to move mouse just a little bit to get hover. |
You have a video/gif or a live example or anything? I can hardly believe that. If mouse hover is not working then the basic CSS |
@rstoenescu I found that it's not getting hover state on the bottom half of that (something about overflow?) |
Ah, I see. It's got to do with card CSS rather than FAB itself. Will fix this. |
Did you fix it? ? It needs just z-index for fab button on card-media |
Quasar is a great work. Good choice for using Vue. Really hyped about this. However, does quasar uses fastclick? https://github.com/ftlabs/fastclick. I'm still experiencing several delay after clicking on button. Thank you.
The text was updated successfully, but these errors were encountered: