c# - Windows Phone PhoneGap App should not be zoomable -


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"> 

http://forums.enyojs.com/discussion/353/windows-phone-7-disabling-the-default-pinch-zoom-scroll-snapback-behavior


Comments