We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70607bc commit 5d62efcCopy full SHA for 5d62efc
webviewscroll/src/main/res/layout/view_web.xml
@@ -6,6 +6,7 @@
6
android:id="@+id/webview"
7
android:fadingEdge="none"
8
android:overScrollMode="never"
9
+ android:scrollbars="none"
10
android:layout_width="match_parent"
11
android:layout_height="wrap_content"></com.example.webviewscroll.ScrollWebView>
12
</FrameLayout>
0 commit comments