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
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