Page 1 of 1

White screen

Posted: Mon Jun 24, 2024 12:56 pm
by bobpang
open a webpage for a long time,There may be a white screen at times.
At this time, try to use devtools also fails
Image

Re: White screen

Posted: Mon Jun 24, 2024 4:55 pm
by salvadordf
Hi,

Browsers with white screens are caused by a crashed render process.

Use the following events to detect when the render process have issues.
  • TChromiumCore.OnRenderProcessTerminated
  • TChromiumCore.OnRenderProcessUnresponsive
Read the code comments for those events, reload the web page or create another browser instance.

Re: White screen

Posted: Mon Jun 24, 2024 11:59 pm
by bobpang
ok