Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨,伙计,我可以在 webview 中捏缩放图像,使其正常工作。放大工作正常,但问题是缩小。图像越来越小。如何将缩小限制为图像的大小?
mWebView.getSettings().setSupportZoom(true); mWebView.getSettings().setBuiltInZoomControls(true);