In my webview app, not every PageFinished event is preceded with an OverrideUrl event.
My procedure sends an url to check user’s login credentials for facebook, if a token exists, then the webview automatically loads my RedirectUri along with the token id, however, the OverrideUrl event is not raise, but the PageFinished event is raised when the url finishes loading.
I am trying to keep the page from actually loading, but still get the token id, but the OverrideUrl event does not fire off.