Android Question webviewextra

kkkpe

Active Member
Licensed User
Longtime User
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.
 

drgottjr

Expert
Licensed User
Longtime User
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.
 
Upvote 0

drgottjr

Expert
Licensed User
Longtime User
works no problem. when frame loads, it reports. when main page finishes, it reports... everything in attached image
 

Attachments

  • kkkpe.png
    kkkpe.png
    75.5 KB · Views: 126
Upvote 0
Top