DEV Community

Discussion on: Do you use Service Workers in production? How has your experience been like?

Collapse
 
xeewi profile image
Guillaume Gautier

I actually trying to use it on a ionic app, specially for the offline mode. It's simply not working for me lol.
Working perfectly on the navigator, but when the app is running on device that not working anymore

Collapse
 
likebrain profile image
Ricardo Rivera

Hey, you must get the pwa from a secured Location... in Ionic Cordova eg. file:// are not ssl secured. Use a remote-Location like webapp.myserver.com in Cordova + Cordova-whithlist-plugin and serviceworker run in Cordova... in some cases you need to ad crosswalk also...

send with phone