Top "Chromium-embedded" questions

Cant play video (mp4) in Chromium Embedded Framework

I am working with windows forms app and embedded Chromium Embedded Framework(CEF) everything working well except Video and Audio. …

c# winforms chromium-embedded
CefSharp 3 set proxy at Runtime

I downloaded CEF (chromuim embedded framework) binary distributation that comes with (cefclient & cefsimple) c++ examples, And Realized that cefclient …

c# c++ proxy chromium-embedded cefsharp
How to enable H264 support in CEF3 latest version ?

I have known that cef3's older version like 2623 can enable H264 support through modify chromium\src\cef\cef.gypi …

h.264 chromium-embedded
chromium - send custom header info on initial page load c#

Or How to inject a custom header into the initial request to a site when new-ing up an instance of …

c# winforms chromium-embedded cefsharp custom-headers
How to do a CEF window refresh?

I have an app with 2 tabs. The container of app is developed in Native code and CEF has been used …

html chromium chromium-embedded chromium-tabs
How to have the minimum size possible Chromium Embedded Framework dlls

Chromium Embedded Framework (http://code.google.com/p/delphichromiumembedded/) is good. I use it to display static HTML, JS and …

delphi deployment chromium chromium-embedded
Where are the docs for the Chromium Embedded Framework?

I downloaded and started playing with CEF, but there doesn't seem to be any docs for it. Not even a …

chromium chromium-embedded
Angular.js aHrefSanitizationWhitelist not working?

I'm experimenting a little bit with the basic Angular.js tutorial, but I'm having trouble trying to set up the …

javascript angularjs chromium-embedded
CefWebBrowser doesn't show up

Solution: This issue is caused by not loading the CefRuntime in the Program.cs. Simply copying all code in the …

c# winforms webbrowser-control chromium chromium-embedded
CEF Simulate Mousedown and Keysend

I want to use CEF to control a Flash Application, so I need to simulate MouseDown and KeySend without JavaScript. …

c# .net chromium-embedded cefsharp