You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: