Closed cassidyjames closed 3 years ago
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.
Use navigator.share, which is supported on mobile. We can trivially fall back to the existing behavior when unsupported.
I just implemented this at the Blaede Family Recipes: https://blaede.family/recipes/banana-bread/
Docs: https://web.dev/web-share/
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/