Reputation: 613
I need to load a particular web page into my windows phone app. How do I do it? The page should be loaded within my app and not in any other browser that is installed in the phone i.e the requested page should not launch the browser
Upvotes: 0
Views: 527
Reputation: 618
You can use WebBrowser control
example: http://mrbool.com/how-to-utilize-web-browser-control-in-windows-phone-7/25798
and check this too: (Windows Phone WebBrowser control tips) http://blogs.windows.com/windows_phone/b/wpdev/archive/2013/09/17/windows-phone-webbrowser-control-tips.aspx
Upvotes: 1