Questions tagged [chromium-embedded]

The Chromium Embedded Framework (CEF) is a simple framework for embedding Chromium-based browsers in other applications.

The Chromium Embedded Framework (CEF) is a simple framework for embedding Chromium-based browsers in other applications.

https://github.com/chromiumembedded/cef

1223 questions
12
votes
1 answer

How to kill chromium embedded framework subprocess?

in a PC game I have ingame browser used for news, virtual currency shop and social networks. It's built with quite fresh update of Chromium Embedded Framework. The problem is when I open a browser window (website is working fine there) and then…
Juster
  • 732
  • 1
  • 10
  • 26
12
votes
3 answers

Wait for a page to load with CefSharp

first and foremost I am a novice at C# and learning Cefsharp + javascript as I go so please attempt to comment any solution you feel are necessary, will save me asking stupid questions. I'm attempting to wait until the page has finished loading with…
James D
  • 341
  • 1
  • 3
  • 13
11
votes
2 answers

CefSharp vs WebView2

I'm considering moving a project from cef (CefSharp) to WebView2 WPF. My preliminary tests shows that WebView2 API have the interface I need for this port. I am afraid that I can miss something that can prevent me from switching to WebView2 and I'll…
ekalchev
  • 762
  • 7
  • 24
11
votes
1 answer

How to embed Chromium Embedded Framework in C++

I was creating a audio software project in Visual Studio. I want to make it cross platform so i was not using winforms, rather i started empty project. But i wanted to use HTML/CSS/JS for the frontend part, for which i looked up on the internet and…
Soumya Kanti Sar
  • 145
  • 1
  • 1
  • 14
11
votes
3 answers

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 the ChromiumWebBrowser. I'm a noob with Chromium and could really use some help. I have a winforms app with a CEF window. K, no prob so far. What I…
JackJack
  • 111
  • 1
  • 1
  • 6
11
votes
4 answers

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 sample file to your Program.cs. And then if your CefWebBrowser is stuck and having "a spinning wait mouse cursor" then set the…
Franva
  • 6,565
  • 23
  • 79
  • 144
10
votes
3 answers

Print functionality in WebView2 control

Thanks in Advance ! In my application, I have embedded a WebView2 control inside a WPF usercontrol. Is there anyway or a workaround that can help me to take a print of the WebView2 control ? I identified that the current WebView2 pre-release SDK…
DotNetSpartan
  • 931
  • 4
  • 20
  • 41
10
votes
1 answer

is it possible to use CEF python in headless mode for screenshots?

I could not get a clear answer on whether or not CEF python can be used in pure headless mode (no Xvfb or other) to take screenshots of the web page. I know about the offScreen option. But I don't see any option to set the size or viewport of CEF.…
Julien
  • 5,729
  • 4
  • 37
  • 60
10
votes
1 answer

What is "off-screen-rendering" in ChromiumEmbeddedFramework (CEF)

I am not able to understand the term "off-screen-rendering" in the context of chromium embedded framework. When should it used or How should it used. It is very deep in the codebase(cef) to trace and find some meaning. Please help.
Chandra Koduru
  • 101
  • 1
  • 1
  • 4
10
votes
1 answer

Creating a plugin for CEF3 in Unity 3D

I was able to find a basic implementation of CEF3 in Ogre3D -- but I was hoping there would be something similar for Unity3D. Link I am currently using Awesomium, however, I now need to use RTCPeerConnection (which requires Chromium 29+). …
Garett
  • 552
  • 6
  • 15
10
votes
3 answers

Sending information from Chromium Embedded (Javascript) to a containing C++ application

After checking out the Chromium Embedded Framework example I have a question. I need native interaction with the embedded part of my window. However, in the CEF example, all I saw was the c++ sending messages to the browser, not the other way…
joshua-anderson
  • 4,458
  • 5
  • 35
  • 56
9
votes
6 answers

Chromium Embedded Framework MP3 support

I've downloaded Chromium Embedded Framework r306 for Windows and built it. Unfortunately, it shows, that it doesn't support mp3: Output is…
noober
  • 4,819
  • 12
  • 49
  • 85
9
votes
1 answer

How to use Chromium Embedded Framework with Visual Studio 2017 (C++)?

I would like to use CEF with VS 2017 using C++ (not C#, so CEFSharp won't work here). I can't quite understand how to do this. From what I have read, it seems like I need to build the source into a .sln file and then modify the existing code,…
otah007
  • 505
  • 1
  • 4
  • 17
9
votes
1 answer

Chromium Embedded Framework won't build or run

I'm trying out the tutorial for Windows on the wikipage of CEF at https://bitbucket.org/chromiumembedded/cef/wiki/Tutorial. However, the CEF builds for 32 bit and 64 bit won't build/run on Visual Studio 2010. By the way, I'm running Windows 7 (64…
benjtupas
  • 610
  • 9
  • 25
9
votes
3 answers

How to get and set TChromium scrollbar positions?

How to get and set TChromium scrollbar positions in Delphi ?
1
2
3
81 82