VueJS : JavaScript event delay when clicking a button on Smartphone?
I've noticed on my website, when on mobile when I click on <div> that has v-on:click (VueJS) set, the JS is executed after some short delay (maybe 1s or less) and not immediately and when I click on <a> element that has v-on:click JS is is executed instantly.
I'm using LG G4 and Chrome.
Why does this happen and how can I get rid of it?