-
Notifications
You must be signed in to change notification settings - Fork 6
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
Develop DraCor towards a Progressive Web App #136
Comments
Page load is not fast enough on mobile networks Current page does not respond with a 200 when offline
Does not register a service worker that controls page and Web app manifest does not meet the installability requirements Is not configured for a custom splash screen Manifest doesn't have a maskable icon |
The manifest update is a good start, we are now at |
Got to |
CRA 4 does not include the serviceWorker setup by default anymore because it has some pitfalls. If we still want to go the PWA route here is how to do it: https://create-react-app.dev/docs/making-a-progressive-web-app/#offline-first-considerations. |
At the moment DraCor complies with 7 out of 14 PWA requirements:
https://web.dev/pwa-checklist/
Fast and reliable: 0/3; Installable: 1/3; PWA Optimized: 6/8
We could optimise the performance and platform compatibility (android) further to make it more accessible.
The text was updated successfully, but these errors were encountered: