Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants