Windows phone 8 WebBrowser control crash-Collection of common programming errors
I have an application with WP8 WebBrowser Control. If I click on a web link with a custom namespace calling for an app to open (accwywallet://data=inappf63d5d5a175541d3953ebc4d7/) the WebBrowser Control will crash due to invalid URL. This URL works in IE10 browser, but is not supported in the WebBrowser Control. For now I can bare with the unsupported link, but not the whole app crashing.
It does not work to catch the exception (and set e.handled = true) in Application_UnhandledException in App.xaml.cs, it will still crash.
Can anyone help me out?