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
8
votes
3 answers

How to include VC++ Redistributable Files Needed by CEFSharp

Building an application using the CEFSharp browser, works fine on my machine, but crashes on the server with the following error: System.IO.FileLoadException: A procedure imported by 'CefSharp.Core.dll' could not be loaded. I’ve seen this problem…
Jayden67
  • 173
  • 3
  • 11
8
votes
3 answers

CefSharp 3 and SetZoomLevel

I am creating many ChromiumWebBrowser-Instances programmatically inside my app. On some time later I set the visibility and an address for the browser. Also I wanted to change the zoom-level. But whenever I try to change it in the normal way (like…
Marcel Grüger
  • 885
  • 1
  • 9
  • 25
8
votes
1 answer

Disable Chrome paste menu on text inputs while on a touch screen

How to disable this annoying contextmenu in chrome while on a touch screen. This pops up on selection/on long tap of any input while i have some text copied. Am developing an app using CEFSharp (Chromium Embedded Framework) and its going to be…
8
votes
4 answers

how to change user agent in chromium embedded framework in c#?

Please help me changing user agent of chromium embedded framework in visual c#. It uses default chromium agent but i want to change it to use my browser name instead.
user3463182
  • 81
  • 1
  • 1
  • 2
8
votes
1 answer

CEF3 single process mode in production

Are there any real pitfalls in using single process mode in production? The official statement seems to discourage this, but so far the application has been stable. CEF1 seems to have been abandoned, and if CEF3 single process is used for dev, then…
Prasad Silva
  • 1,020
  • 2
  • 11
  • 28
8
votes
2 answers

Disable context menu in Chromium Embedded 3 (DCEF3)

I'm trying to disable the right mouse button (the context menu) in the window of Chromium Embedded (DCEF3) but I'm not getting, I did not find any settings to do this natively. I can for example disable the "View Source", I am using the code below,…
D3F4ULT
  • 926
  • 1
  • 12
  • 20
7
votes
1 answer

You must installWindows 10 SDK version 10.0.19041.0 including the "Debugging Tools for Windows" feature.(Chromium)

I have almost finished building chromium from my windows desktop but I am stuck at the last step, running gn gen out/Default. I have checked my visual studio installer and Windows 10 SDK version 10.0.19041.0 has been already installed. I do not know…
OneMoreGamble
  • 117
  • 1
  • 1
  • 5
7
votes
2 answers

Using Angular2 in CefSharp

I'm looking for a way to run my Angular2 application in a CefSharp control and establish a communication in both directions. Let me give you two examples: I have a button in my Angular app and want my CefSharp to output a message box (Only as an…
MartinZyk
  • 192
  • 1
  • 12
7
votes
1 answer

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 file. But in recent versions like 3071 or 3029, cef3 has removed cef.gypi file. I have googled this, but what I found is still through…
lym
  • 85
  • 1
  • 1
  • 6
7
votes
2 answers

cefsharp app remember password option

I am embedding a webapp using CefSharp which is all working fine. However, when logging into the app, CEF doesn't offer to remember the username and password like it does when opening the app in normal Chrome. Is there a way in CefSharp to get cef…
SteveP
  • 18,840
  • 9
  • 47
  • 60
7
votes
2 answers

How can cef support H.264 and flash?

I'm now developing an app with cef3 for Windows. I know that chromium has just dropped supprort for H.264. But is there another way that I can make my application play mp4 and flash video?
user3090223
  • 71
  • 1
  • 2
7
votes
1 answer

Is it possible to get notifed when hosted Chromium Embedded has a JavaScript error?

Having used the standard WinForms WebBrowser control in the past, I was able to get OLECMDID_SHOWSCRIPTERROR notifications whenever a script error occurs inside the currently loaded page of the hosted web browser control. Now I'm switching to use…
Uwe Keim
  • 39,551
  • 56
  • 175
  • 291
7
votes
1 answer

Can Google Chrome or Firefox be embedded in WPF?

Is there a way to embed Chrome or Firefox in WPF? In other words, can a user control be created with either? If some already exist, which would you recommend?
user610650
6
votes
1 answer

Using TChromium, Delphi Chromium Embedded

This is a continuation of my last question. In that question I showed a problem involving TWebBrowser generating threads that persisted after the Browsers destruction. While noone could provide a solution to the problem, it was suggested that the…
user1242937
  • 191
  • 1
  • 2
  • 6
6
votes
0 answers

Crash Reporter with feedback system for C# application using native components

Goal I'm searching for tools / frameworks which allow my C# to be monitored against failures and especially crashes. Background information I've a C# application using the Chromium Embedded Framework for hosting a web application with access to OS…
ceedee
  • 371
  • 1
  • 11
1 2
3
81 82