We have a Base64 encoded Image Resource in our WebView like
<img src="data:image/jpg;base64,xxxxxxxxxxxxxxxxxxxxxxxxxxxx"/>
.
It seems that its working when the WebView is first display but it is lost after the Activity is resumed. Has anybody similar problems? Is this a know error? Is there a know workaround besides not using Base64 images.
Asked
Active
Viewed 231 times
1

r-hold
- 941
- 8
- 30
-
could you please paste the relevant code. – Ritesh Gune Aug 17 '13 at 16:08
-
plz check [this](http://stackoverflow.com/a/5335274/1554935) – Ritesh Gune Aug 17 '13 at 16:15