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
I'm using it with svelte and generated the splitview template from the cli. When testing the PWA on iOS, I noticed that unlike other webapps, it's not truly a PWA as I can't open it anymore (page won't load) after closing it once.
System:
iOS 15
Steps to Reproduce:
'Add to HomeScreen'
open the PWA while online to load it
close the PWA (completely)
go offline
open PWA again
'Can't open page' is shown in webview
package.json
"scripts": {
"start": "npm run dev",
"dev": "cross-env NODE_ENV=development vite",
"build": "cross-env NODE_ENV=production vite build && npx workbox generateSW workbox-config.js",
"serve": "vite preview",
"PWA-preview": "npm run build && npm run serve"
},
module.exports={globDirectory: 'www/',globPatterns: ['**/*.{woff,woff2,js,css,png,jpg,svg,html}'],/* pass array of globs to exclude from caching */globIgnores: [],ignoreURLParametersMatching: [/^utm_/,/^fbclid$/],swDest: 'www/service-worker.js',};
The text was updated successfully, but these errors were encountered:
Thanks for the great framework,
I'm using it with svelte and generated the splitview template from the cli. When testing the PWA on iOS, I noticed that unlike other webapps, it's not truly a PWA as I can't open it anymore (page won't load) after closing it once.
System:
iOS 15
Steps to Reproduce:
package.json
config
workbox config
The text was updated successfully, but these errors were encountered: