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 problem with a white screen flickering on the window. I learned from the documentation that setting the WEBVIEW2_DEFAULT_BACKGROUND_COLOR environment can solve the problem, but I don't know how to set it in win32. I tried _putenv_s("WEBVIEW2_DEFAULT_BACKGROUND_COLOR", "0x00000000");
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.
-
I have a problem with a white screen flickering on the window. I learned from the documentation that setting the WEBVIEW2_DEFAULT_BACKGROUND_COLOR environment can solve the problem, but I don't know how to set it in win32. I tried _putenv_s("WEBVIEW2_DEFAULT_BACKGROUND_COLOR", "0x00000000");
But it didn't work and it still flickered.
Beta Was this translation helpful? Give feedback.
All reactions