mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-15 07:45:56 +01:00
4
Frequently asked questions
Salvador Díaz Fau edited this page 2024-09-25 11:41:17 +02:00
-
Is it possible to enable the sandbox in CEF4Delphi?
- In order to enable the sandbox you would need to link the cef_sandbox.lib static library in Delphi or Lazarus applications, and that's not possible at this moment. Read these code comments for more information about the sandbox in CEF.
-
How can I build the GTK3 demos in Linux?
- You need to install the libgtk-3-dev package. Open a terminal and type
sudo apt install libgtk-3-dev
- You need to install the libgtk-3-dev package. Open a terminal and type
-
Why can't I play some videos?
- Due to licensing issues and the US patent law, the CEF binaries available at Spotify have the proprietary codecs disabled. If you use those binaries, any website that offers media using H264 won't work. In case you need to use those codecs, you can build the CEF binaries yourself as described in this forum thread.