Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

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

Open
WGinit opened this issue Aug 18, 2022 · 1 comment
Open

Comments

@WGinit
Copy link

WGinit commented Aug 18, 2022

chrome version: Version 104.0.5112.101 (Official) (ARM64)

The notification permission has been granted

@27ksandip
Copy link

27ksandip commented Nov 16, 2022

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>

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants