You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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",
The text was updated successfully, but these errors were encountered:
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",
The text was updated successfully, but these errors were encountered: