5

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?

GTID
  • 538
  • 2
  • 6
  • 19

1 Answers1

13
    mWebView.getSettings().setSupportZoom(true);  
    mWebView.getSettings().setBuiltInZoomControls(true);
Samir Mangroliya
  • 39,918
  • 16
  • 117
  • 134