web-push-php
web-push-php copied to clipboard
[ask] is it possible dismiss an existing notification?
Is it possible to cancel() (dismiss) an existing notification? or update an existing notification? If it is possible, how do you do that?
Hello @BlurryFlurry are you aware if it's possible that when one clicks on a notification if it's possible that it can open up the browser and go to a specific website and or section on that website?
Hello @BlurryFlurry are you aware if it's possible that when one clicks on a notification if it's possible that it can open up the browser and go to a specific website and or section on that website?
yes
I used renotify and tag properties in the options object in Service Worker to update/replace the existing notification
renotify: true,
tag: 'some_tag',