Skip to content
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

add a cacheable offline page #156

Open
okjintao opened this issue Feb 15, 2021 · 1 comment
Open

add a cacheable offline page #156

okjintao opened this issue Feb 15, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@okjintao
Copy link
Contributor

Progressive Web App

Page does not respond with a HTTP 200 OK status code when offline. The Progressive Web App standard suggests that Websites should provide a custom offline page that works as much as possible as their online versions.

Potential improvements

Add a service worker to the App and use it to cache files locally. When offline, use the service worker to return locally cached versions of the features that don't require a network connection.

@okjintao okjintao added the enhancement New feature or request label Feb 15, 2021
@okjintao
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant