Android WebView scroll down
At Webview's reference.
public boolean pageDown (boolean bottom)
Since: API Level 1 Scroll the contents of the view down by half the page size.
Parameters: bottom
true
to jump to bottom of page.Returns
true
if the page was scrolled
Does this work for you?