sharedrop icon indicating copy to clipboard operation
sharedrop copied to clipboard

PWA Support

Open andrewrothman opened this issue 5 years ago • 3 comments

Hi there,

sharedrop.io is awesome! Thanks for building this app.

I think it'd be a nice addition to be installable as a PWA. This makes it easy to use as a standalone app (specifically makes this easier on desktop, where it shows up as an independent Mac app which can be placed in the user's dock). It also allows a nice fallback UI when the network is offline.

https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps/Introduction https://developers.google.com/web/progressive-web-apps/desktop https://medium.com/james-johnson/a-simple-progressive-web-app-tutorial-f9708e5f2605

Thank you for your consideration, Andrew

andrewrothman avatar Jan 10 '20 22:01 andrewrothman

It's almost criminal that sharedrop is not a PWA yet. I'd be very interested in this. I might even be the one to do it.

floppydisken avatar Sep 27 '21 18:09 floppydisken

Ha! It is indeed :) I planned to rewrite it in React / Preact / Svelte / web components / ... and that's why I never invested much time into looking how to turn an Ember app into PWA. Also,

PR is very welcome!

szimek avatar Sep 27 '21 18:09 szimek

Making it available as a PWA doesn't require any rewrite, just adding a web.manifest file and some icons, and then you can add extra capabilities from that point. Look at https://docs.pwabuilder.com/#/home/pwa-intro

AlfonsoML avatar Mar 17 '24 12:03 AlfonsoML