push.js icon indicating copy to clipboard operation
push.js copied to clipboard

Hello, the notification popup cannot be displayed in Apple M1 Chrome

Open WGinit opened this issue 3 years ago • 1 comments

chrome version: Version 104.0.5112.101 (Official) (ARM64)

The notification permission has been granted

WGinit avatar Aug 18 '22 16:08 WGinit

Hello @WGinit please add this line " requireInteraction: true" <script> Push.create("HELLO WORLD",{ timeout: 5000, requireInteraction: true, body: 'This is body text', onClick() { console.log("close") } }).catch(e => { alert('Please enable notification') // console.log('e') }) </script>

27ksandip avatar Nov 16 '22 15:11 27ksandip