You can also try setting an layout algorithm for the same.It worked for me
webview.getSettings().setLayoutAlgorithm(LayoutAlgorithm.SINGLE_COLUMN);
You can also try setting an layout algorithm for the same.It worked for me
webview.getSettings().setLayoutAlgorithm(LayoutAlgorithm.SINGLE_COLUMN);