My understanding is that:
- Grist is already pretty mobile-friendly.
- Apps that include a web app manifest file can take advantage of progressive web app (PWA) features on mobile devices: things like appearing without browser chrome, showing up separately in the app switcher, etc.
- Grist, by which I mean docs.getgrist.com, doesn’t currently have a web app manifest file.
Assuming this understanding is correct, it seems like it might be relatively straightforward to enable PWA support (i.e., just add the web app manifest). I’m curious whether this has been considered already.