elementary / blog-template

Template for the Jekyll-powered elementary blog
https://blog.elementary.io
GNU General Public License v3.0
32 stars 20 forks source link

Use navigator.share for native share sheet #42

Closed cassidyjames closed 3 years ago

cassidyjames commented 4 years ago

Problem

Right now we have a permalink for sharing each post in its footer. But it's not obvious how to share this link easily on mobile.

Proposal

Use navigator.share, which is supported on mobile. We can trivially fall back to the existing behavior when unsupported.

Prior Art

I just implemented this at the Blaede Family Recipes: https://blaede.family/recipes/banana-bread/

Docs: https://web.dev/web-share/