c# - Windows phone 8 web browser resolution issue -
When I loaded an external website using the web browser controls in Phone 8 of C #, the content is without any The problem is loaded, but Content is too small Users must zoom properly for visual content. Is this a resolution issue? How can I fix this? Here is my code, thanks Use meta in your html page < / P>
Webbrozer myBrowser = new webbrowser (); Uri Goal URL = New Uri (@ "http: //.../.../"); MyBrowser.IscriptEnabled = True; MyBrowser.Navigate (targetUrl); ContentPanel.Children.Add (myBrowser);
& lt; Meta name = "viewport" content = "width = 320" />
Comments
Post a Comment