Disable double-tap “zoom” option in browser on touch devices

后端 未结 14 1317
-上瘾入骨i
-上瘾入骨i 2020-11-28 02:58

I want to disable the double-tap zoom functionality on specified elements in the browser (on touch devices), witho

14条回答
  •  南方客
    南方客 (楼主)
    2020-11-28 03:52

    If there is anyone like me who is experiencing this issue using Vue.js, simply adding .prevent will do the trick: @click.prevent="someAction"

提交回复
热议问题