其实方法很简单,只要在xml布局文件上加上这个属性android:scrollbars=“none”: WebView android : id = "@+id/x5_webview" android : layout_width = "match_parent" android : layout_height = "match_parent" android : scroll
其实方法很简单,只要在xml布局文件上加上这个属性android:scrollbars=“none”:
<WebViewandroid:id="@+id/x5_webview"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scrollbars="none" />