quasarframework / quasar

Quasar Framework - Build high-performance VueJS user interfaces in record time
https://quasar.dev
MIT License
25.77k stars 3.5k forks source link

Quasar uses fastclick? #154

Closed adwidianjaya closed 7 years ago

adwidianjaya commented 7 years ago

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.

rstoenescu commented 7 years ago

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.

murbanowicz commented 7 years ago

I would suggest reopen it... I found the issue with buttons. E.g. I have FAB button on card. It is always present issue that it is not getting hover state immediately when mouse is on..

rstoenescu commented 7 years ago

Fastclick has not nothing to do with desktop. It just solves delays for taps on touch capable devices.

murbanowicz commented 7 years ago

Sorry, not familiar with that, but still there is some issues wit FAB buttons

rstoenescu commented 7 years ago

Would you care to elaborate please?

murbanowicz commented 7 years ago

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.

rstoenescu commented 7 years ago

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 :hover is not working.. which is not likely these days... It's no magic code behind that mouse hover, just basic CSS :)

murbanowicz commented 7 years ago

@rstoenescu https://sendvid.com/v8gguw65

I found that it's not getting hover state on the bottom half of that (something about overflow?)

rstoenescu commented 7 years ago

Ah, I see. It's got to do with card CSS rather than FAB itself. Will fix this.

murbanowicz commented 7 years ago

Did you fix it? ? It needs just z-index for fab button on card-media