I want to disable the double-tap zoom functionality on specified elements in the browser (on touch devices), witho
Simple prevent the default behavior of click, dblclick or touchend events will disable the zoom functionality.
click
dblclick
touchend
If you have already a callback on one of this events just call a event.preventDefault().
event.preventDefault()