Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to fix black screen on Google Chrome mobile load page

Whit the Google Chrome last release (72.0.3626.105) and Canary when i load some page of my web app (vb.net, jquery) the screen of my device become black. If i resize or lock/unlock my device the browser show me correctly the form.

If i connect my device to "Remote debugging" on google chrome and "inspect" i can't see the page and there aren't error in console.

When the page is black the html is "alive" an if i tap over a button (not visible) it works.

This is the state of device.

like image 720
Andrea Scalabrini Avatar asked Feb 18 '19 09:02

Andrea Scalabrini


People also ask

Why is my Google page black on my phone?

Note: This feature is called Dark mode on Desktop and Dark theme on mobile devices. When you browse in Dark mode or Dark theme in Chrome, your homepage, toolbar, settings, and some other pages will be dark. Important: Dark theme is available on Android 5 and up.

How do I get rid of black screen on Google Chrome?

Disable plugins to fix Chrome flashing black screen Click the Menu icon and choose More tools > Extensions. A list of all extensions will now appear. Disable all extensions by clicking the switch icon next to the extension's name. After disabling all extensions, restart Chrome and check if the problem is still there.


1 Answers

Chrome Beta 73 was updated yesterday (73.0.3683.67). Here the bug-fix was included: https://chromium.googlesource.com/chromium/src/+log/73.0.3683.58..73.0.3683.67?pretty=fuller&n=10000

Chrome 73 is estimated to be stable in 5 days from now (Mar 12): https://www.chromestatus.com/features/schedule

So we should have a solution for our users very soon :-)

like image 111
Andreas Avatar answered Oct 08 '22 08:10

Andreas