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.
私はウェブビューでURL(コンテンツは1つの画像のみ)を表示しようとしていますが、ウェブビューはこの実際の寸法よりも大きな画像を表示します。
画像を webView に合わせるにはどうすればよいですか?
webView.getSettings().setLoadWithOverviewMode(true); webView.getSettings().setUseWideViewPort(true);
ソース: https://stackoverflow.com/a/6594793/2233621