Android setting the default zoom controls.
Here is how to zoom controls in webview.
WebView webview = new WebView(this);
webview.getSettings().setBuiltInZoomControls(true);
WebView webview = new WebView(this);
webview.getSettings().setBuiltInZoomControls(true);
Comments
Post a Comment