Unfortunately it’s impossible with javascript to change the browser’s zoom level. You can set the CSS3 “zoom” property on document.body but it’s a different thing.
Usually with mobiles it’s better to use the viewport meta tag https://developer.mozilla.org/en-US/docs/Mozilla/Mobile/Viewport_meta_tag. Add it to Default.html to determine the resolution and viewport on mobile devices.
Please login first to submit.