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"/>