I want to disable the double-tap zoom functionality on specified elements in the browser (on touch devices), witho
If there is anyone like me who is experiencing this issue using Vue.js, simply adding .prevent will do the trick: @click.prevent="someAction"
@click.prevent="someAction"