onPageFinished()
(in WebViewClient) is called when the WebView is done with loading the url, but not with scrolling down ( WebView.scrollTo()
).
Is there any way to have a listener when scrolling is done?
Waiting some time like 100ms works mostly, but is a very bad solution...