Replies: 2 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
-
IMPORTANT Starting in For those wanting to use Further details at chromiumembedded/cef#3681 Please make sure to read this in full before asking any questions here in the The alloy bootstrap will be removed in the near future see chromiumembedded/cef#3685 |
Beta Was this translation helpful? Give feedback.
-
CefSharp
currently uses theAlloy Runtime
by default.CEF
has added support for the Chrome Runtime.The
Chrome
runtime should supportChrome
features that are currently missing from theAlloy Runtime
.HTML5 Notifications
,Geolocation
,Full Extension API
, etc.Version
102
is the first version to support embedding theChrome Runtime
with a non-Views window. TheWinForms
andWpf.HwndHost
versions will be able to use theChrome
runtime. (disabled by default).chrome: Add support for embedded non-Views windows
TheWPF
andOffScreen
versions cannot use theChrome Runtime
yet, see chromiumembedded/cef#3293There are some limitations:
Using a customSee https://github.com/cefsharp/CefSharp/wiki/SelfHost-BrowserSubProcess for details on Self Hosting.BrowserSubProcess
viaBrowserSubprocessPath
is not supported yet. You can only self host the browser subprocess. (The Chrome runtime will launch multiple instances of your applications exe).Some of the open issues on the CEF issue tracker:
If you find more issues then please create new discussion with a link so this list can be updated.
I'm seeing strange behaviour when
CachePath
is left empty with regards to default language.Beta Was this translation helpful? Give feedback.
All reactions