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.
こんにちはguyzimは、webviewで画像をピンチズームして正しく機能します。ズームインは正常に機能していますが、問題はズームアウトです。画像はどんどん小さくなっていきます。ズームアウトを画像のサイズに制限するにはどうすればよいですか?
mWebView.getSettings().setSupportZoom(true); mWebView.getSettings().setBuiltInZoomControls(true);