加载html,这个页面中有div的滚动条,在电脑中可以显示滚动条,在手机中就显示不出来,大虾们帮忙解决下

解决方案 »

  1.   

    建议使用webview.getSettings()方法的设置属性
    就比如:// 设置WebView属性,能够执行Javascript脚本
    webview.getSettings().setJavaScriptEnabled(true);
    public void setUseWebViewBackgroundForOverscrollBackground (boolean view) 
    Set whether the WebView uses its background for over scroll background. If true, it will use the WebView's background. If false, it will use an internal pattern. Default is true.