Pregunta

Hi guyz im able to pinch zoom the image in webview its working properly. Zoom in is working fine but problem is zoom out. Image goes small and small. How can i limit zoom out to the size of the image?

¿Fue útil?

Solución

    mWebView.getSettings().setSupportZoom(true);  
    mWebView.getSettings().setBuiltInZoomControls(true);
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top