I have a WebView and I want to detect when the user clicks a link. However, there is no event that occurs when the user clicks a link. In Silverlight, WinForms, and WPF, there was the WebBrowser control with the Navigating event, but WinRT’s WebView seems to be lacking many events. I cannot modify the web page as I am not the owner of it. Is there any way to detect when the user clicks a link?
In addition, the Source variable does not change when the user clicks a link, only when it is manually assigned to.
The idea is to alter the source HTML for all links to call a custom
OnClickscript, and attach an event handler to theScriptNotifyevent of theWebView