Closed rutony closed 8 years ago
It's important to remember that CefSharp
is just a wrapper around the Chromium Embedded Project (CEF)
, the upstream CEF
forum is a valuable resource. Also CEF
has it's own Issue Tracker. Please take the time to research your own problem, including Googling
, searching on ceforum
, etc.
Debug.log
file? (Should be located in your apps executing folder by default)chromium
as a keyword).cefclient
? (cefclient
is the reference implementation provided by CEF
)cefclient
?CEF
your actually using, easiest way is to check your packages.config
file, look for the cef.redist.x86
package, it's version will be something like 3.2526.1362
, that's the exact version of CEF
you'll need to download for comparison. You can also open chrome://version
in the browser to determine the version.Branch
you require, for the example above the branch is 2526
, all the versions follow a similar patternWindows 32bit
or Windows 64bit
item, if you don't see the exact version, then click more revisions
WPF/Offscreen
or WinForms
? This next part is key
cefclient --multi-threaded-message-loop --off-screen-rendering-enabled
cefclient --multi-threaded-message-loop
What am I doing wrong?
return true
will cancel your request, that maybe causing you a problem. Beyond that you'll have to do your own research, maybe ask on ceforum
.
We'd like to keep issues exclusively for bug reports, so please ask your questions on Gitter
https://github.com/cefsharp/CefSharp/blob/master/ISSUE_TEMPLATE.md
I found that this is due to call onbeforeonload page. Another question is how to prevent onbeforeonload call, when I call OnBeforeBrowse?
Ask on ceforum
WinForms + CefSharp 51.0.0
I have page with Websocket. Then I open any link in external browser. Page still worked fine. But websocket stop recieve any information, but have status Ok. What am I doing wrong?