vite-pwa / nuxt

Zero-config PWA Plugin for Nuxt 3
https://vite-pwa-org.netlify.app/frameworks/nuxt
MIT License
440 stars 20 forks source link

vite-pwa/nuxt not working on ios #124

Open dorskiegithub opened 6 months ago

dorskiegithub commented 6 months ago

Good day, I am new to pwa as well as vite-pwa with nuxt. I implemented this on my app and it is working on android device. the problem is my app only shows blank gray screen on ios devices. any clue how can I solve this? "nuxt": "^3.11.1", "@vite-pwa/nuxt": "^0.6.0",

Beaterie commented 4 days ago

As far as I know, you need a ssl certificate (https) to e.g. see the pwa app icon on iOS. Also it doesn't work with localhost (and self signed certificates).