salvadordf / CEF4Delphi

CEF4Delphi is an open source project to embed Chromium-based browsers in applications made with Delphi or Lazarus/FPC for Windows, Linux and MacOS.
https://www.briskbard.com/forum/
Other
1.19k stars 363 forks source link

Black screen browser in CEF 124 #510

Closed salvadordf closed 2 months ago

salvadordf commented 2 months ago

The browser shows a black screen when the application sets GlobalCEFApp.EnableGPU to True and it doesn't have a manifest.

salvadordf commented 2 months ago

The solution is to add a manifest to the Windows application. All the demos include a manifest since the latest update.