|
|
|
|
|
by harg
938 days ago
|
|
It's a shame that some sites are abusing this potentially useful feature to try and increase engagement on their site. The correct (IMO) way to use this is to request permission after a user initiates it. E.g. clicking a button somewhere in the UI that says "Enable notifications" whilst being in some context where it makes sense to potentially want to enable them. This is how the web share API works. Calling `navigator.share()` without user interaction will fail as it requires "transient activation"[2] [1]: https://developer.mozilla.org/en-US/docs/Web/API/Web_Share_A...
[2]: https://developer.mozilla.org/en-US/docs/Glossary/Transient_... |
|
That question is quite old. Nowadays nobody have that kind of problem.