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
{{ message }}
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
I am trying to implement a Flutter web app which works offline by following caching with Workbox.
Followed a guide which explains how to implement this step by step. This would allow the app to reload when refreshing the browser, even offline. However, the issue appears when I try to refresh on a page different from the root. Such pages are not being cached for some reason.
Following the hash URL strategy this issue is not happening. What is the reason behind?
The text was updated successfully, but these errors were encountered:
I am trying to implement a Flutter web app which works offline by following caching with Workbox.
Followed a guide which explains how to implement this step by step. This would allow the app to reload when refreshing the browser, even offline. However, the issue appears when I try to refresh on a page different from the root. Such pages are not being cached for some reason.
Following the hash URL strategy this issue is not happening. What is the reason behind?
The text was updated successfully, but these errors were encountered: