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 PWA features to support Add to Home Screen #213

Open
ghost opened this issue Nov 13, 2019 · 5 comments
Open

Add PWA features to support Add to Home Screen #213

ghost opened this issue Nov 13, 2019 · 5 comments

Comments

@ghost
Copy link

ghost commented Nov 13, 2019

What problem do you want to solve?

Apple bans torrent clients on the Appstore

What do you think is the correct solution to this problem?

Having the option to save instant.io as a webapp. This could allow downloading without having a tab always opened in safari

@feross
Copy link
Member

feross commented Jul 17, 2020

This is a great suggestion. I assume you mean to implement a PWA version of the app!

@feross feross changed the title Add webapp support Add PWA features to support Add to Home Screen Jul 17, 2020
@marchellodev
Copy link

marchellodev commented Mar 11, 2021

+, That would be amazing

@hello-smile6
Copy link

This is possible, but the following components need to be added:

  • PWA manifest
  • <meta name="apple-mobile-web-app-capable" content="yes"> tag, for iOS installability
  • iOS splash screen, similar to Crossnote, to avoid lower quality UX when PWA is removed from memory on older devices
  • iOS icon for home screen (needs to be either 180x180 or 360x360 for support, 360x360 preferably)
  • service worker (for Chromium Android and Desktop install support)
  • AppScope catalog registration
  • an index.html file people can actually find and edit (extremely important)
  • PWA install prompt (for iOS, use workaround, due to missing support)
  • P2P updates (optional, would help improve user experience)
    I hope that, within the next few months, instant.io becomes a PWA.

@ThaUnknown
Copy link
Member

This is possible, but the following components need to be added:

  • PWA manifest
  • <meta name="apple-mobile-web-app-capable" content="yes"> tag, for iOS installability
  • iOS splash screen, similar to Crossnote, to avoid lower quality UX when PWA is removed from memory on older devices
  • iOS icon for home screen (needs to be either 180x180 or 360x360 for support, 360x360 preferably)
  • service worker (for Chromium Android and Desktop install support)
  • AppScope catalog registration
  • an index.html file people can actually find and edit (extremely important)
  • PWA install prompt (for iOS, use workaround, due to missing support)
  • P2P updates (optional, would help improve user experience)
    I hope that, within the next few months, instant.io becomes a PWA.

#243....

@hello-smile6
Copy link

This is possible, but the following components need to be added:

  • PWA manifest
  • <meta name="apple-mobile-web-app-capable" content="yes"> tag, for iOS installability
  • iOS splash screen, similar to Crossnote, to avoid lower quality UX when PWA is removed from memory on older devices
  • iOS icon for home screen (needs to be either 180x180 or 360x360 for support, 360x360 preferably)
  • service worker (for Chromium Android and Desktop install support)
  • AppScope catalog registration
  • an index.html file people can actually find and edit (extremely important)
  • PWA install prompt (for iOS, use workaround, due to missing support)
  • P2P updates (optional, would help improve user experience)
    I hope that, within the next few months, instant.io becomes a PWA.

#243....

Huh?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants