I am creating an application for Android 3.0 and above by using Zoom controls in WebView. When
I use:
webview.getSettings().setBuiltInZoomControls(true);
getSettings().setSupportZoom(true);
it's working in Android 2.3 version, but it's not working in Android 3 and above versions.
I couldn't find the solution to zoom the file in WebView.