Skip to content Skip to sidebar Skip to footer

Google Chrome Push Notifications Not Working If The Browser Is Closed?

It is written here that the push notifications will work even if the browser is closed, but I tested it and it is not the case. I receive push-notifications only if the browser is

Solution 1:

According to Can I Use, Chrome and Firefox desktop browsers require the browser to be running for receiving push notifications; mobile browsers typically don't.

Solution 2:

On desktop, browsers need a process running. For example on Mac OS X the browser can have no window open but if you look at the dock, the light underneath icon can be glowing (meaning it has a process running). In the scenario you should receive push messages.

If the browser was completely quit, then push messages won't get through.

The same applies to windows and Linux.

On android you should be receiving the messages regardless of whether the browser is open or not. This is in part (as far as I know) to the fact that android manages it's connection to the push service rather than the browser, so it'll receive messages whenever possible.

Solution 3:

The messages should (eventually) get through even if they are sent while the browser is closed, or the device is offline, etc. (And this works for me using https://gauntface.github.io/simple-push-demo/ and other tests.)

Solution 4:

I worked on demo to provide push notifications on Google Chrome and Firefox. Demo -> https://twitter.com/d_danailov/status/1163824171480166400

If someone has a question could ping me on twitter.

The public URL: https://push-notifications-ddanailov.firebaseapp.com/

Repo: https://github.com/dimitardanailov/push-notifications

Push notifications

Solution 5:

Open Settings (in chrome)

Do the following:

> advanced 
    > system >
        "continue running background apps when chrome is closed" 
             >enable

Post a Comment for "Google Chrome Push Notifications Not Working If The Browser Is Closed?"