Replies: 2 comments 3 replies
-
Check the log file for errors see https://github.com/cefsharp/CefSharp/wiki/Trouble-Shooting#log-file Also calling Cef.Initialize needs to happen before you create your first ChromiumWebBrowser instance. Your code needs a reorder. I'd also suggest subscribing to the LoadError event as a blank page is often a page load failure. See https://github.com/cefsharp/CefSharp.MinimalExample/blob/master/CefSharp.MinimalExample.WinForms/BrowserForm.cs#L39 for example |
Beta Was this translation helpful? Give feedback.
-
I have checked the log and this the results : |
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.
-
What version of the product are you using?
What architecture x86 or x64?
x86 & x64
What version of .Net?
.Net 4.8
On what operating system?
Win10
Are you using
WinForms
,WPF
orOffScreen
?WinForms
Does this problem also occur in the
CEF
Sample ApplicationYes
NOW
I want to join group in Whatsapp site
and when I
I got blank screen
and when do the same in google chrome it works fine
my full code is
any idea how to fix it ?
thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions