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 に Base64 でエンコードされた画像リソースがあります <img src="data:image/jpg;base64,xxxxxxxxxxxxxxxxxxxxxxxxxxxx"/>。WebView が最初に表示されたときに機能しているようですが、Activity が再開されると失われます。誰かに同様の問題がありますか?これは既知のエラーですか?Base64 イメージを使用しない以外に回避策はありますか。
<img src="data:image/jpg;base64,xxxxxxxxxxxxxxxxxxxxxxxxxxxx"/>