All Questions
2 questions
0
votes
0
answers
155
views
Implementing Service worker in ionic (capacitor) + vue app
Is it possible to implement service worker for hybrid app (ionic + vue + capacitor). I am getting registration failed error. Thank you!
1
vote
0
answers
159
views
cache empty after adding PWA to home screen on Safari iOS
Im building a PWA with VueJS in combination with Ionic. I've also installed the @vue/cli-plugin-pwa.
What I'm trying to achieve is storing an url param in cache with the cache API when a user visits ...