White screen before url loading
Posted: Wed Aug 07, 2019 3:18 pm
Chromium1.LoadURL(URL); makes the CefWindowParent window white a few seconds before the page loads.
I tried this code:
Chromium1.LoadString('<html><body style="background-color: black; color: #fff"></body></html>', 'about:blank');
Chromium1.LoadURL(URL);
The window turns into black and then white and then the page.
How can I change this ugly white color? I tried all ways and nothing worked.
PS: I have cef_3.3683.1920.0 binaries
* CEF4Delphi uses CEF 3.3683.1920.g9f41a27 which includes Chromium 73.0.3683.75.
I tried this code:
Chromium1.LoadString('<html><body style="background-color: black; color: #fff"></body></html>', 'about:blank');
Chromium1.LoadURL(URL);
The window turns into black and then white and then the page.
How can I change this ugly white color? I tried all ways and nothing worked.
PS: I have cef_3.3683.1920.0 binaries
* CEF4Delphi uses CEF 3.3683.1920.g9f41a27 which includes Chromium 73.0.3683.75.