Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preload screen #538

Open
AndAShape opened this issue Jul 30, 2019 · 1 comment
Open

Preload screen #538

AndAShape opened this issue Jul 30, 2019 · 1 comment

Comments

@AndAShape
Copy link

AndAShape commented Jul 30, 2019

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?

@alexrainman
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants