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 のズームインとズームアウトを行うことですが、画像を拡大縮小したくありません。
それを行う方法はありますか?
デフォルトのズーム コントロールの設定は非常に簡単です。
browser.getSettings().setBuiltInZoomControls(true);
どこbrowserにあなたのウェブビューの名前があります。これにより、ダブルタップ、ピンチ ツー ズーム、および標準のズーム ボタンをすぐに使用できます。簡単なグーグル検索でも、スケーリング部分を見つけるのに役立ちます。幸運を
browser