Relative Content

Tag Archive for javascriptandroidprogressive-web-apps

Custom notification sound in PWA

I’m working on a PWA (primarily targeting Android) that receives push notifications via its service worker and the browser. This works as intended, but it plays the system’s default notification sound, and I’d like to play other sounds, or at the very least allow the user to set their own notification sounds somehow.