-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cache "initialURL" for offlineview or PWA support #561
Comments
@pichillilorenzo - can progressive web app code be injected to cache initial URL and following URL, so that if the device is offline, App can still open all opened pages? |
@pichillilorenzo - please share some insight |
@rebootcode this is very useful feature being able to load the page from disk when offline. |
@pichillilorenzo any update on this ? Caching inital url would be good. |
any update? |
This issue is stale and has been automatically closed because it has been open for more than 365 days with no activity. Please reopen a new issue if you still have it. |
Environment
Flutter version: 1,20
Description
What you'd like to happen:
Is it possible to cache "intialURL" so that if there is no internet, InitialURL always opens the page from the local cache if the app has been opened at least once and the cache is not cleared.
Thanks
The text was updated successfully, but these errors were encountered: