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

Test-drive progressive web app development #117

Open
masakudamatsu opened this issue Feb 3, 2021 · 0 comments
Open

Test-drive progressive web app development #117

masakudamatsu opened this issue Feb 3, 2021 · 0 comments

Comments

@masakudamatsu
Copy link
Owner

Lighthouse Report says:

Current page does not respond with a 200 when offline

If you're building a Progressive Web App, consider using a service worker so that your app can work offline.

start_url does not respond with a 200 when offline

The start_url did respond, but not via a service worker.
A service worker enables your web app to be reliable in unpredictable network conditions.

Does not register a service worker that controls page and start_url

The service worker is the technology that enables your app to use many Progressive Web App features, such as offline, add to homescreen, and push notifications.

Manifest doesn't have a maskable icon

A maskable icon ensures that the image fills the entire shape without being letterboxed when installing the app on a device.

@masakudamatsu masakudamatsu added this to the Progressive Web App milestone Feb 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant