Hi All,
Is there a way to change my WebBrowser user agent when I am using the phone:WebBrowser control. ??
In my code Before navigating to any page I want to overwrite my Default user agent ..
webBrowserControl.IsScriptEnabled = true;
webBrowserControl.IsGeolocationEnabled = true;
// Need to set the diffrent User agent other than the default one
webBrowserControl.Navigate(new Uri("http://abc.com"));
Please let me know if any one has any solution .
Thanks

Reply With Quote

