does anyone know how to hide the scrollbar completely in WebView?
I have a page in a WebView that doesn't really need the vertical scrollbar
and yet there is a white bar without a scroller.
How can I also hide that? Like i could normally do with css overflow: auto?