@Override
public void onNewPicture(WebView view, Picture arg1)
{
// put code here that needs to run when the page has finished loading and
// a new "picture" is on the webview.
if (shouldSrollToX != -1 && shouldSrollToX != -1)
{
view.scrollTo(shouldSrollToX, shouldSrollToY);
shouldSrollToX = -1;
shouldSrollToY = -1;
}
if (onNewPictureCalled == false)
{
root.progressSet(view, 101);
onNewPictureCalled = true;
}
//root.webviewIsReady(this);
}
SmartWebView.java 文件源码
java
阅读 23
收藏 0
点赞 0
评论 0
项目:appdeck-android
作者:
评论列表
文章目录