antoniandre / vue-cal

A Vue.js full calendar, no dependency, no BS. :metal:
https://antoniandre.github.io/vue-cal/
MIT License
1.23k stars 234 forks source link

a tap is seen as two clicks #527

Open MedLabs opened 1 year ago

MedLabs commented 1 year ago

On my PWA, when I click on an event in any view, the modal is opened then closed really fast, because the tap is seen as two clicks. (my modal closes automatically when clicking outside) it works well on iphone, but on android devices I don't know why a tap is it's two clicks... and only on vue cal views, not in tables and other items...

ponochovny commented 1 year ago

Did you try stopPropagation?