instant.io icon indicating copy to clipboard operation
instant.io copied to clipboard

Add PWA features to support Add to Home Screen

Open ghost opened this issue 6 years ago • 5 comments
trafficstars

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

ghost avatar Nov 13 '19 14:11 ghost

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

feross avatar Jul 17 '20 03:07 feross

+, That would be amazing

marchellodev avatar Mar 11 '21 19:03 marchellodev

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.

hello-smile6 avatar May 19 '21 19:05 hello-smile6

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.

https://github.com/webtorrent/instant.io/pull/243....

ThaUnknown avatar May 19 '21 19:05 ThaUnknown

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?

hello-smile6 avatar May 25 '21 20:05 hello-smile6