As mentioned in the quoted post, the blinking is caused by (re)writing the entire HTML page. You might want to see if you can just replace the content between the <DIV> </DIV> with jSoup to avoid having to re-render the entire web page. I assume the dimensions of the images to be displayed remain the same, so jSoup will only replace the image.
As mentioned in the quoted post, the blinking is caused by (re)writing the entire HTML page. You might want to see if you can just replace the content between the <DIV> </DIV> with jSoup to avoid having to re-render the entire web page. I assume the dimensions of the images to be displayed remain the same, so jSoup will only replace the image.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.