Post

Replies

Boosts

Views

Activity

Comment on Does Web Push Notification Actions work on iOS 16.4 ?
Tried same technique but it still opens main page, my example: self.addEventListener('notificationclick', async (event) => { const notification = event?.notification; return clients.openWindow(notification.tag); event.notification.close(); }) in current scenario notification.tag is "/messages" but still opens main page of PWA. any idea?
Topic: Safari & Web SubTopic: General Tags:
Jul ’23