The default Browser app for Android shows zoom controls when you\'re scrolling and also allows for pinch zooming. How can I enable this feature for my own Webview?
I
Use these:
webview.getSettings().setBuiltInZoomControls(true); webview.getSettings().setDisplayZoomControls(false);