Hi.
I am trying to prevent double/multiple tap causing ZOOM, on my timepicker.
(timepicker has a + and - button, and when user rapidly tap the +/- the screen is zooming).
I am going for an approach like this;
https://gist.github.com/johan/2047491
However, I can not seem to get it working as I want to for both IOS and Android.
Do you have any suggestions on how to rewrite this plugin snippet to disable all zoom/multiple tap events on DIV.SOMEelement ??
Thanks!
-Tom