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.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
CefSharpcurrently uses theAlloy Runtimeby default.CEFhas added support for the Chrome Runtime.The
Chromeruntime should supportChromefeatures that are currently missing from theAlloy Runtime.HTML5 Notifications,Geolocation,Full Extension API, etc.Version
102is the first version to support embedding theChrome Runtimewith a non-Views window. TheWinFormsandWpf.HwndHostversions will be able to use theChromeruntime. (disabled by default).chrome: Add support for embedded non-Views windows
TheWPFandOffScreenversions cannot use theChrome Runtimeyet, see chromiumembedded/cef#3293There are some limitations:
Using a customSee https://github.com/cefsharp/CefSharp/wiki/SelfHost-BrowserSubProcess for details on Self Hosting.BrowserSubProcessviaBrowserSubprocessPathis 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
CachePathis left empty with regards to default language.Beta Was this translation helpful? Give feedback.
All reactions