Stefan Kientzler - 2023-02-04 12:54:09 -
In reply to message 1 from Rodolfo
Hi Rodolfo,
This is not a browser-specific problem but is simply due to the principle of push notifications. The service worker that is registered at subscription is just JS code that has to be executed by the browser in the background in order to be able to receive the notifications - since this is not an independent background process of the operating system, the browser must also be running in order to to be able to run this code!