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",
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).
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",