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.
Android アプリの Webview は JPG 画像を表示しませんが、PNG 画像を表示することには問題はありません。
PNGのコードは次のとおりです(動作中)
<img src="dir/image.PNG">
JPG 用 (動作しない)
<img src="dir/image.JPG">
それはフォーマットの問題でした。標準の PNG から JPG へのコンバーターを使用しました。