Reputation: 29792
Is there any way to prevent (or stop) WebView from opening link (external website) in external browser (without leaving the App)?
I've tried with WebView.NavigationStarting event but when I click on a link opening external browser, the event isn't fired.
Upvotes: 1
Views: 800
Reputation: 26347
This is not possible out of the box.
However, it's seemingly possible to write a workaround, as demonstrated here: http://nicksnettravels.builttoroam.com/post/2012/04/21/Limitations-of-the-WebView-in-Windows-8-Metro-Apps.aspx
Upvotes: 1