Hi
I would like access to the actual Uri of either HybridWebView. I need it to watch for a certain url pattern during redirecting.
The Uri property of HybridWebViewdoes not seem to ge updated when redirecting (checked in LoadFinished). There is a option in HybridWebView to call javascript but it does not return values, so executing eval(window.location) isn't an option.
Furthermore Navigated does not seem to get called at all in my code.