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?
Marcus Pohorely
CTO/CEO @Pagelanes.com
Mobile Links have a 300ms delay. Use this to get rid of it: https://github.com/ftlabs/fastclick