For an embedded project, when starting Chrome in kiosk mode, just after boot:
chrome.exe --kiosk http://127.0.0.1/index.html
there is a 500 ms delay before the site is displayed, during which Chrome displays a blank white screen, which is kind of "flashing" because before, the screen is black, and then, the site has a black background.
Is there a way to set a black background of the Chrome interface, in kiosk mode?
Edit: related: https://www.reddit.com/r/chrome/comments/squ71r/how_can_disable_this_white_flash_when_opening/
--kiosk
mode for my application (it adds many features to limit the device for the end user on a public computer).libGLESv2
. See also github.com/hbtlabs/chromium-white-flash-fix, but unfortunately this is abandoned.