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
Hello! I'm using a WebView2 embedded inside a JUCE application via their framework level solution, however I believe this issue stems from placing a WebView inside a native window. When the WebView is first created, I correctly see my default background color as intended, however in my application I'm using both native & WebView driven windows.
When hiding the WebView2 component, I have a white flash which I'm unable to to address, it appears to be a part of the WebView layering itself. In order to solve it I've needed to render a secondary window matching the WebView before hiding it. I have the experience of a white flash when transforming the bounds of the WebView or any other changes to it which cause a flash behind its components.
Has anyone else experienced this issue of a flash when hiding a WebView? When showing it it's fine.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I'm using a WebView2 embedded inside a JUCE application via their framework level solution, however I believe this issue stems from placing a WebView inside a native window. When the WebView is first created, I correctly see my default background color as intended, however in my application I'm using both native & WebView driven windows.
When hiding the WebView2 component, I have a white flash which I'm unable to to address, it appears to be a part of the WebView layering itself. In order to solve it I've needed to render a secondary window matching the WebView before hiding it. I have the experience of a white flash when transforming the bounds of the WebView or any other changes to it which cause a flash behind its components.
Has anyone else experienced this issue of a flash when hiding a WebView? When showing it it's fine.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions