Does anyone know how to disable touch gestures using JavaScript while running content in the browser on Android?
For example, I want to disable the pinch to zoom gesture via JavaScript.
|
Does anyone know how to disable touch gestures using JavaScript while running content in the browser on Android? For example, I want to disable the pinch to zoom gesture via JavaScript. |
|||
|
That can be done with the meta tag, viewport.
I'm not sure if it's possible with JavaScript Edit - added closing quote |
|||||||
|
user-scalable=nometa tag. I hate it when sites won't let me zoom. – Stephen P Jan 25 '11 at 1:34