I am using a webbrowser control in windows phone 7 application (7.1 OS), but the web browser control is showing the blank white page even I setting it with proper URl :
(wb.Navigate(new Uri("http://www.google.com", UriKind.Absolute));)
My questions are:
- Does webbrowser control does not work in windows phone 7.1 OS ?
- Any compatiability issuse?
try this.. Probably the UriKind you are using is the problem