Hi, I can pinch an image in a web browser while working properly. Scaling works fine, but the problem reduces the scale. The image becomes small and small. How can I limit image size reduction?
mWebView.getSettings().setSupportZoom(true); mWebView.getSettings().setBuiltInZoomControls(true);