i developing windows phone phonegap app. app zoomable. want app not zoomable. appreciated. tried <meta name="viewport" content="user-scalable=no"> , <body style="-ms-touch-action: none;">, did not work.
this may you:
when package enyo (or html app) on wp7, native webbrowser control used wrapper content. other platforms, have option of setting viewport control whether or not user can pinch/zoom.
<meta name="viewport" content="user-scalable=no">
Comments
Post a Comment