Page white screen #4753
qhdkunpeng
started this conversation in
General
Replies: 1 comment
-
Please don't open issues for old unsupported versions. Use discussions to ask for help.
This isn't a set of steps to reproduce the problem. It sounds like the render process has crashed. You can check the log file for errors. https://github.com/cefsharp/CefSharp/wiki/Trouble-Shooting#log-file Upgrade to a support version. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there an existing issue for this?
CefSharp Version
97.1.60
Operating System
Windows 10
Architecture
x64
.Net Version
4.8
Implementation
WinForms
Reproduction Steps
What is the problem when Cef calls the JavaScript method and the screen turns white when switching pages?
Expected behavior
When switching pages, Cef calls the JavaScript method with a white screen and occasionally occurs
code:
m_chromeBrowser.ExecuteScriptAsync(funcName, JsonConvert.SerializeObject(rstJ));
Actual behavior
When switching pages, Cef calls the JavaScript method with a white screen and occasionally occurs
Regression?
No response
Known Workarounds
No response
Does this problem also occur in the CEF Sample Application
Yes using WinForms command line args
Other information
No response
Beta Was this translation helpful? Give feedback.
All reactions