windows phone 7 - Bring back mobile version of website in WebBrowser control for wp7? -


Before showing the normal rendering of the web page, if available, is it possible to return the web page to the mobile format is? I saw that when I used to use it I was getting both or is it enabled by default?

EDIT: For example, on the phone you can either request a mobile version or a desktop version to get the webpage. Is this option available to developers and if not the default for control?

Unfortunately, there is no API to toggle this setting - and outgoing from browser control Preventing HTTP calls is not easy.

Seeing some output from the emulator looks like the user / Mobile / Full setting in agent changes this:

Mobile - Mozilla / 4.0+ (compatible; + MSIE + 7.0; + Windows + Phone + OS + 7.0; + Trident / 3.1; + IEMobile / 7.0; + Microsoft; + XDeviceEmulator) Desktop

Desktop - Mozilla / 4.0+ (compatible; + MSIE + 7.0; + Windows + NT + 6.1; + XBLWP7; + ZuneWP7)

Here also some mobile agents are captured "in the wild" -

The setting of this setting It looks like a global setting for the OS - so whatever user chooses in browser settings, that is also used in your app (I think this is what I have seen).

Comments