My Android app has a main WebView (HTML loaded from a local resource) which I want to use the entire width of the screen and be able to make (vertically) scrollable. So I\'v
By using below, solved the problem
android:scrollbarThumbVertical="@null"