Android WebView向下滚动

Cat*_*ata 7 android scroll webview

是否有方法或东西在页面底部滚动de WebView ..我在聊天客户端中使用WebView作为聊天板,我想在用户写入一些文本时向下滚动页面...

非常感谢你.

mde*_*lmo 11

Webview的参考.

public boolean pageDown (boolean bottom)

从以下版本开始:API Level 1将视图内容向下滚动页面大小的一半.

参数:bottom true to jump to page.

true如果页面已滚动,则返回

这对你有用吗?