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,

  Webbrozer myBrowser = new webbrowser (); Uri Goal URL = New Uri (@ "http: //.../.../"); MyBrowser.IscriptEnabled = True; MyBrowser.Navigate (targetUrl); ContentPanel.Children.Add (myBrowser);   

thanks

Use meta in your html page < / P>

  & lt; Meta name = "viewport" content = "width = 320" />    

Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -