zhammer / morning-cd

What was the first piece of music you listened to this morning?
MIT License
4 stars 0 forks source link

Use web share api #132

Open zhammer opened 5 years ago

zhammer commented 5 years ago

Will be on ios 12.2. Already supported on chrome

https://developers.google.com/web/updates/2016/09/navigator-share

evanhammer commented 5 years ago

Right now we can only share url, right? This would expand it to a few fields that the receiving app could use.

zhammer commented 5 years ago

so i'd check out that article, but basically this is another checklist in the "pwa" spec where web apps can directly access the native os share feature. (where you can click share via facebook, twitter, message, email, etc)

here's a video https://twitter.com/mhartington/status/1089309243658960896

also ios 12.2 public beta released today so i'm going to play around with it