I want pinch-to-zoom in WebView but I dont want it to have the integrated control (the little zoom in and zoom out buttons) all I want is the pinch to zoom.
I tried this and it didn't work:
wv1.getSettings().setBuiltInZoomControls(false);
wv1.getSettings().setSupportZoom(true);
Any ideas would be great!
p.s. I'm using API Version 8