I have a WebView that is loading a page from the Internet. I want to show a ProgressBar until the loading is complete.
WebView
ProgressBar
How do I listen for
this will been called before he start loading the page (and get the same parameters as onFinished())
onFinished()
@Override public void onPageCommitVisible(WebView view, String url) { super.onPageCommitVisible(view, url); }