Closed APresman closed 4 years ago
Firefox doesn't support requireInteraction
and yields no control over how long the notification will be visible. timeout
is an internal construct of Push.js which calls notification.close
after the specified time.
I need the notificaion to stay it open until user close it and not closing automatialy after some time.
Both requireInteraction: true and timeout: XXXXXXXX seems not to work by me (FF 56 and Chrome 75). The notification windows closes itself after about 15 seconds.
I'm not sure if FF does support requireInteraction: true . But also timeout isn't working to me.