blazor-workshop
blazor-workshop copied to clipboard
PWA notificationclick
Hi, I've created project with PWA notification. I see notification with image and two button. When I click on button this function not fire:
self.addEventListener('notificationclick'
Why js functions not fire? How Can I call C# classes from service-workers? Is there and example?
Thanks a lot
I have the same issue here. Did you find any solution for this ?