Webview 'on ready'

wimpie3

Well-Known Member
Licensed User
Longtime User
Is it possible to add an event to webview which is called when webview is ready displaying a document? If you load for instance a large jpg over a 3G network, webview sits there waiting with a black screen while it's loading the image. I'd like to add a "please wait" window, but this needs an "on ready" event to remove the window.
 

peacemaker

Expert
Licensed User
Longtime User
Actually, some loading progress info would be nice.
I know about ProgressDialog, but it's useful only at first URL navigation, if you tap links in the WebView - no progress visible.
 
Top