Set zoom for Webview

this will be applicable in this scenario i believe

mWebView.setInitialScale(ZOOM_LEVEL);

where ZOOM_LEVEL for example can be
25 for 25%
150 for 150%

Leave a Comment