Android WebView scroll down

2019-04-07 03:14发布

Is there a method or something to scroll de WebView at the bottom of the page.. I am using a WebView in a chat client as chatboard, and I want to scroll the page down as the user writes some text...

Thank you very much.

1条回答
Root(大扎)
2楼-- · 2019-04-07 04:05

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?

查看更多
登录 后发表回答