CarouselView icon indicating copy to clipboard operation
CarouselView copied to clipboard

Preload screen

Open AndAShape1 opened this issue 6 years ago • 1 comments
trafficstars

I have a web view on multiple screens. I'm loading each of them with an HTML string. This is set up all in one go but the HTML is only loaded when the carousel shows the screen. Thus, there's a flash of white before the HTML is rendered.

Using the debugger, I can see that the web view renderer's OnElementChanged is not called until the screen is shown.

How can I trigger the renderer ahead of time?

AndAShape1 avatar Jul 30 '19 18:07 AndAShape1

Usually the carousel keeps the previous and the next page already rendered. Will run some tests.

alexrainman avatar Sep 07 '19 23:09 alexrainman