Service Worker clients.openWindow Not Working for Notification Actions When Chrome is Closed on Android 13
I’m developing a web app using Firebase Cloud Messaging (FCM) to send notifications. When a notification is clicked, I want to open a specific URL. This works fine when Chrome is open, but fails when Chrome is closed on Android 13. Clicking on the notification itself opens Chrome, but clicking on one of the notification actions does not work. Here is my service worker code: