Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

White screen

Post Reply
bobpang
Posts: 21
Joined: Fri Feb 14, 2020 2:38 pm

White screen

Post 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
User avatar
salvadordf
Posts: 4620
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: White screen

Post 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.
bobpang
Posts: 21
Joined: Fri Feb 14, 2020 2:38 pm

Re: White screen

Post by bobpang »

ok
Post Reply