I want to have only vertical scrolling in my webview and don\'t want any horizontal scrolling.
webSettings.setLayoutAlgorithm(LayoutAlgorithm.SINGLE_COLUMN);>
webView.setHorizontalScrollBarEnabled(false);
Define whether the horizontal scrollbar should be drawn or not. The scrollbar is not drawn by default.