Pergunta

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?

Foi útil?

Solução

    mWebView.getSettings().setSupportZoom(true);  
    mWebView.getSettings().setBuiltInZoomControls(true);
Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top