Replies: 2 comments 6 replies
-
It's my understanding this feature is considered experimental and not ready for production use.
Yes, when this feature is ready it will be supported. As for testing it now a quick search suggests you need to set CefSettings.chrome_runtime at runtime. This property isn't exposed in CefSharp yet, you'll have to modify/compile the project from source. |
Beta Was this translation helpful? Give feedback.
-
Hi Alex, sorry for my late reply, but we had to develop our applications further. Apart from that, this project has helped us a lot and we will give you a donation at the end of our project. |
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.
-
Marshall Greenblatt, founder of the CEF project, is currently making some architectural changes:
https://bitbucket.org/chromiumembedded/cef/issues/2969/support-chrome-windows-with-cef-callbacks
Some of the changes already come with CEFSharp 90.1.0 (https://www.myget.org/gallery/cefsharp). For example, this package already includes the change from cef*.pak to chrome*.pak that Marshall announced:
https://bitbucket.org/chromiumembedded/cef/commits/117499421184
Since these changes would include some features I want to use for my developments (e.g. DataList), I wonder if it is already possible to test the changes with release 90.1.0, or if this is planned in the future. In a first test I could not detect any changes.
Beta Was this translation helpful? Give feedback.
All reactions