Posts

Showing posts with the label webview

Android setting the default zoom controls.

Here is how to zoom controls in webview. WebView webview = new WebView(this); webview.getSettings().setBuiltInZoomControls(true);