PygmySlowLoris / vue-fab

Vue Floating Action Button
MIT License
273 stars 51 forks source link

Bug on tooltip disappear on mobile #41

Open pablodegrande opened 4 years ago

pablodegrande commented 4 years ago

When using (samsung galaxy) or testing on chrome, the tooltip for subbuttons appear after the button is clicked (touched) and stays there forever.

Easy to reproduce:

I guess the tooltip API vue-fab uses relies on mouse events that are not translated properly to touching events.