How to find-out reason of Chrome: Aw, Snap - google-chrome

A web page randomly crashes only in mobile Chrome with the only message: "Aw, Snap!"
All desktop web browsers (Chrome, FF, Safari) works OK.
I didn't find anything suspicious by DevTools: chrome://inspect/#devices
I looked for console track logs or network. It might be somewhere very deep inside a framework. (EditorX).
The moment when it gets frozen changes.
The only that seems consistent is that the page seems to freeze before the Aw, snap!
How to find out what cause of the freeze?

Related

webpage opens up fine in Firefox but not in chrome

I have a problem regarding opening http://review.jow.medknow.com/abr in chrome.
The page works fine in the Firefox browser but does not load completely in the chrome browser, even in incognito mode.
Using inspect, I found that https://uniprrapi.digiscapetech.com/ failed to load in chrome.
I also should mention that the problem is only by some of Iran's IPs.
Could anyone help me that how I can solve this problem?

Website looks differerent on different computer(s) running the same browsers

OK. This one has me stumped. It's a "asking for a friend" type of question.
My wife is an artist. She uses GoDaddy as her hosting service to display her work. She uses their tools. She's created a website and several of her paintings are there.
Her computer is a 27" iMac with MacOS 10.15.7 Catalina, retina display etc.
After she's done, she goes to her website and some pictures of her work have the wrong size.
ALL THREE BROWSERS-> Firefox, Chrome and Safari.
And this is after blasting all cookies/caches etc. (everywhere)
When I look using my home computer (Linux Mint) with either Chrome or Firefox, it looks OK.
When I look using my work computer (Windows 10) using Chrome, Firefox, Edge and Explorer, it looks OK.
When she looks with her MacBook laptop using Firefox, Chrome or Safari, it looks OK.
So it's only on her computer that the website looks a bit funky. Strange thing is that when she uses the GoDaddy website to create/modify her own website, the "preview mode" looks OK.
It's only when she actually points any of her browsers to her website does the rendering behave strangely.
GoDaddy tech support suggested the usual "clear cache/cookies/whatever and reboot". Same problem.
I tried changing the IP address and MAC on her computer but there is no difference.
Ideas?
it may be of high resolution, the responsiveness of the screen varies between different screen size
This can happen because of many things like -
Using Extensions or other apps in browsers can cause this issue.
Open the site and right-click on the site and click on inspect where you find changes and see the code and refer to your code whether there is any change? if there is a change then this is because of Media queries that have a breakpoint based on the screen width.
If the above ones are not the issue download a fresh copy of the browser and open the site then check and inspect.

Chrome remote debug display issue

I am trying to debug remote Chrome, the device could be connected, and inspect the tab starts fine.
But in the window of remote debug, everything is a mess. the GUI is terrible, which makes the functionality totally unusable, see picture below:
resize this window or change the resolution is not working.
some times tabs like elements, source, networks could presents, but under the source tab, there is search bar keep presents and covers all area of the codes area.
this is totally not working.
OS: Win7.
PC Chrome version: 63.0.3239.108 (Official Build) (64-bit)
I don't think this should related to Mobile Chrome or android version.
Is there any possible reason for this?
I think Chrome is a widely using browser this can't be a formal released bug for Chrome, right?

Socket.io messages not received in chrome

I am working on a socket.io implementation of room based chat system. The web app works perfectly in Firefox, however, in Chrome, only one way communication is achieved. That is, the client in Chrome mobile version, doesn't receive the updates emitted from other devices, but is able to emit messages to other devices. Also, please note that things work perfectly, when tried in Firefox Mobile, Firefox Desktop or Chrome Desktop.
Some other answers suggest that this may be a version issue but all the modules are upto date.
Is it a common issue? Please help.
For others facing similar issue :
Switching off "Data Saver" in chrome mobile solved the problem for me!

IOS5 AppCache not working

My site switchitoff.net has been happily using an appcache for a while now. It works perfectly on all browsers that support appcache, including Chrome, Firefox, Safari and Mobile Safari... except that it fails on IOS5.
On IOS4 I could browse to my site, add it to my homepage and relaunch the site from its new shortcut. At this stage the site would be cached, so that I could run it offline from the shortcut. If I try the same thing in IOS5 I get:
Cannot Open Switch It Off
Switch It Off could not be opened because it is not connected to the Internet.
The Mobile Safari debug console shows no errors, and I'm not sure how I can debug this any further. I don't know if this is a clue but the appcache status constantly comes back as updateready. I assumed it must be an IOS5 bug, but no-one else is moaning about it so I guess I'm doing something wrong.
By the way before you jump on your iPhone and test it, the site is designed for iPad and desktop browsers (OK, laptop browsers too). It won't work well on an iPhone, although you can still try running it offline from a homepage shortcut and see it you get my error.
Cheers