Reputation: 5310
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
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