LucaMs Expert Licensed User Longtime User Dec 15, 2014 #1 I solved changing the background color of my activity to white, but when you have a WebView "empty", each time you rotate your device, you can see a bad effect: a white rectangle. If there is a way to avoid this... thanks
I solved changing the background color of my activity to white, but when you have a WebView "empty", each time you rotate your device, you can see a bad effect: a white rectangle. If there is a way to avoid this... thanks
Erel B4X founder Staff member Licensed User Longtime User Dec 15, 2014 #2 What are you loading to the WebView? Upvote 0
LucaMs Expert Licensed User Longtime User Dec 15, 2014 #3 a HTML string, but it downloads an image from Internet. [It works! But on rotation...!] Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Dec 15, 2014 #4 You can download the image with HttpUtils2 and then load it immediately each time. Upvote 0
LucaMs Expert Licensed User Longtime User Dec 15, 2014 #5 Well, as I wrote I solved using a white background. I can not use httpUtils2, probably, in this case. Thanks Upvote 0
Well, as I wrote I solved using a white background. I can not use httpUtils2, probably, in this case. Thanks