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
Is there any support in the library for refreshing the PWA content to make sure that it sooner or later reflects any updated site content?
Restarting the app manually works to update the content but not great from a user perspective. I've seen suggestions to add a "Tap to reload" button to force the reload, is that the only way?
Using 5.6.0 and cacheStartUrl: false, runtimeCaching: []
I see the question/reply in #203, does that only apply if going from offline to online?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
Is there any support in the library for refreshing the PWA content to make sure that it sooner or later reflects any updated site content?
Restarting the app manually works to update the content but not great from a user perspective. I've seen suggestions to add a "Tap to reload" button to force the reload, is that the only way?
Using 5.6.0 and
cacheStartUrl: false, runtimeCaching: []
I see the question/reply in #203, does that only apply if going from offline to online?
Many thanks for any help on this!
Per
Update, the life-cycle sample https://github.com/shadowwalker/next-pwa/tree/master/examples/lifecycle seems to provide the answer.
Beta Was this translation helpful? Give feedback.
All reactions