Use the following to hide but not remove the functionality of the scrollbar. The layout margin adjustment is a nasty work-around.
//webview being your WebView object reference.
webview.setScrollBarStyle(WebView.SCROLLBARS_OUTSIDE_OVERLAY);
Use the following to hide but not remove the functionality of the scrollbar. The layout margin adjustment is a nasty work-around.
//webview being your WebView object reference.
webview.setScrollBarStyle(WebView.SCROLLBARS_OUTSIDE_OVERLAY);