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.
webviewsetUseWideViewPort(true)の場合、プロパティを適用していますが、本体が少ない(画面で修正されている)にもかかわらず、水平および垂直スクロールが表示されています。
setUseWideViewPort(true)
この問題を克服するにはどうすればよいですか?
これを試して :
webView.getSettings().setLoadWithOverviewMode(true); webView.getSettings().setUseWideViewPort(true);