How to navigate a simple web link by windows phone mango 7.1/7.0 WebBrowser control?

There seems to be an issue with web browsing on the beta of the WP7 Mango tools. I'm able to reproduce your error exactly, and the emulator's native IE browser won't allow me to hit any web sites, either. Can you confirm that you're unable to hit Bing or Google from the native web browser?

Up vote 0 down vote favorite share g+ share fb share tw.

I'm new in wp 7 development. So I might be doing something wrong. I tried to use WebBrowser in my first XAML code:- In the code binding by C# as in code:- private void onClick(object sender, RoutedEventArgs e) { wb.

Navigate(new Uri("google.com", UriKind. Absolute)); MessageBox. Show("Completed.

"); } It doesn't work it only shows a white box on the place of webBrowser control. Also it doesn't throw any exception. It just silently execute the code.

I checked quite a many example in internet. Unfortunately none of the worked for me. I guess I might be missing some initial steps.

For instance I tried exactly as it mentioned here:- http://www.c-sharpcorner.com/UploadFile/raj1979/5860/ I tried both 7.0 and 7.1. It is same result for me. Could anybody show me how to make webBrowser work? Thanks in advance.

Windows-phone-7 webbrowser-control link|improve this question edited Jun 9 '11 at 9:52Matt Lacey33.2k72964 asked Jun 9 '11 at 8:10user7855351385 58% accept rate.

There seems to be an issue with web browsing on the beta of the WP7 Mango tools. I'm able to reproduce your error exactly, and the emulator's native IE browser won't allow me to hit any web sites, either. Can you confirm that you're unable to hit Bing or Google from the native web browser?

Here's a thread from another developer who is experiencing the same issue.

Well, it was my network problem. I tried same code as well as emulator in different network. It works correctly.

– user785535 Jun 11 '11 at 6:40.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions