In webviewextra 1.42 I would like to handle the event WebViewClient_PageFinished(Url As String).............
for pages loaded inside an iframe. Now the event is generated only when the iframe page has been loaded.
In my WebApp all html pages are in an iframe, so I can't use the event.
you can set an "onload" event to fire from either the main page or an iframe (or, presumably, both). it can trigger an event in the app which you can handle. webviewextras1.42 is a 2-way street between the app and the webview. in your case, it's the webview talking to the app.