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
Solved my problem by adding this to my ListView:
ListView
android:scrollbars="none"