I am working with a WebView in a Windows 8.1 xaml app and need to handle navigation to a custom protocol ie. "app://12345".
I have the WebView navigating off to a website for authentication which is then redirecting to this custom protocol as the response.
None of the WebView navigation events are fired and Windows is picking this up and attempting to open an app with it ("Look for an app in the Store" dialog).
Is it possible to catch when the WebView is navigating to this protocol?
MSWebViewUnsupportedUriSchemeIdentified
event - msdn.microsoft.com/library/windows/apps/… I haven't tested this yet though. – Leanto