Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows Phone 7 equivalent of Android's WebView

I'm starting to work with PhoneGap, and see that it works using chromeless browser views and the url string of phones to reuse HTML/JS/CSS to build cross-platform applications. I know in Android, this is a WebView, and the iOS equivalent of this is a UIWebView. When I started to look for Windows Phone 7 and how to bring up the equivalent of a WebView, my Google skills failed me.

What is the equivalent of an Android WebView in Windows Phone 7?

like image 285
Ryan Hayes Avatar asked Jul 30 '11 13:07

Ryan Hayes


2 Answers

The WebBrowser is the equalivalent.

like image 101
Ryan Conrad Avatar answered Nov 14 '22 17:11

Ryan Conrad


That sounds like the Windows Phone WebBrowser control http://msdn.microsoft.com/en-us/library/aa752040%28v=vs.85%29.aspx

like image 26
gcaughey Avatar answered Nov 14 '22 15:11

gcaughey