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

Implement a PWA for mobile users #39

Open
nbitzz opened this issue Oct 17, 2023 · 4 comments
Open

Implement a PWA for mobile users #39

nbitzz opened this issue Oct 17, 2023 · 4 comments
Labels
enhancement New feature or request

Comments

@nbitzz
Copy link
Contributor

nbitzz commented Oct 17, 2023

Would be nicer than having to go to the instance every time to upload a file

Originally posted by @auuub in #32 (comment)

@nbitzz
Copy link
Contributor Author

nbitzz commented Oct 17, 2023

Can probably use web.dev as a reference:

Includes a web app manifest that includes:

  • short_name or name
  • icons - must include a 192px and a 512px icon
  • start_url
  • display - must be one of fullscreen, standalone, or minimal-ui
  • prefer_related_applications must not be present, or be false

IIRC a service worker was required in most browsers, but that's not present here; is this still true?

@nbitzz
Copy link
Contributor Author

nbitzz commented Oct 17, 2023

I'll probably experiment & work on this after I finish palettes && api-v1; api-v1 is pretty close to completion anyway so it's not like it matters

@nbitzz
Copy link
Contributor Author

nbitzz commented Oct 17, 2023

IIRC a service worker was required in most browsers, but that's not present here; is this still true?

Yeah, still true; I'll start this later

@Jack5079
Copy link
Member

Also don't forget share_target

@nbitzz nbitzz added the enhancement New feature or request label Oct 25, 2023
@nbitzz nbitzz mentioned this issue Apr 30, 2024
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

2 participants