I have an activity with a WebView. When the activity loads, I show an alert message which I dismiss on “onPageFinished” event.
What I need to do know, is show a ProgressBar when the user clicked on a link and the webview is loading it, and dismiss it when the loading is over. Similar to iPhone behaviour.
Is it possible?
10X 🙂
Udi
This is described in the documentation:
See also here.