Ryan Hayes
Ryan Hayes

Reputation: 5310

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?

Upvotes: 9

Views: 8559

Answers (2)

gcaughey
gcaughey

Reputation: 81

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

Upvotes: 3

Ryan Conrad
Ryan Conrad

Reputation: 6900

The WebBrowser is the equalivalent.

Upvotes: 11

Related Questions