Relative Content

Tag Archive for reactjsprogressive-web-apps

Is there a way to cache multiple pages while installing a PWA?

I’m starting to implement a service worker in my React app to turn it into a Progressive Web App (PWA). My goal is to ensure the PWA is fully functional and all pages are available offline after the user presses the install button on the top right corner of the app.

PWA Standalone audio controls and background play

I’m making a PWA web player and stucked in this situation.
When pwa is installed as minimal-ui, audio controls still working when app is in background or lock screen, but when is standalone mode, this controls doesn’t work anymore and the audio stops to playing until user go back to the app. Anyone has this issue before and can help me?