Java Chromium Embedded Framework (JCEF). A simple framework for embedding Chromium-based browsers in other applications using the Java programming language.
Currently there will always be a white flash as that is the default background color that we cant change.
This change allows initialization of the ColorType class which is required to set background_color in CefSettings.java which will allow changing the background color to avoid the white flash.
Currently there will always be a white flash as that is the default background color that we cant change. This change allows initialization of the ColorType class which is required to set
background_color
inCefSettings.java
which will allow changing the background color to avoid the white flash.