You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.
The function is using for notification show up and when I click on the notification it doesn't have anything. After that, I find the way how to do this. In google document for webapplication addEventListener('notificationclick') and i try to manual add to worker-basic.min.js and so work!
Please tell me more how to implement notificationclick on service worker
Thank you
The text was updated successfully, but these errors were encountered:
Hello @popzadid !
The way to add your own handlers is described at the end of this document: https://bit.ly/pwa-angularsummit-2017 - "Step 9 - Extending Angular Service Worker functionality"
The function is using for notification show up and when I click on the notification it doesn't have anything. After that, I find the way how to do this. In google document for webapplication
addEventListener('notificationclick')
and i try to manual add to worker-basic.min.js and so work!Please tell me more how to implement notificationclick on service worker
Thank you
The text was updated successfully, but these errors were encountered: