Windows Phone: how to handle an event from a web page in a WebView?

92 Views Asked by At

Which callback/delegate is the one to intercept the event of a user clicking on a link within a WebView? I'd want that URL. I just need to know if it is possible and how should I do in some way.

1

There are 1 best solutions below

3
On BEST ANSWER

You can catch events triggered by Javascript code with ScriptNotify event described here.

Not sure what you really want to do but this might be a starting point for you.