browser - Is there a way to emulate HTML/CSS zoom properties in Windows Phone 8 WebBrowser? -


i want display website in windows phone 8 webbrowser view , fix viewport zoom display content in logical screen resolution, e. g. 300 css pixels wide element should take 300 physicals pixels on device device pixel ratio of 1.0 while taking 600 physical pixels on hi-res screen 2.0 device pixel ratio.

windows phone 8 webbrowser view elements rely on @-viewport when comes configuring web page's viewport: http://msdn.microsoft.com/en-us/library/ie/hh869615%28v=vs.85%29.aspx http://dev.w3.org/csswg/css-device-adapt/#the-lsquozoomrsquo-descriptor

yet, zoom properties not implemented , therefore cannot used. there css or javascript approach achieve desired behaviour?


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -