Last active
April 13, 2024 19:22
-
-
Save adactio/092b11a74eded2701335ba27f94d2484 to your computer and use it in GitHub Desktop.
A polyfill for `button type="share"`
In Safari 14.0, my experience with the navigator.share
API and the default Mail app is that the title
property is ignored, the text
property is added to the body of the message, and the url
is appended below it on a new line.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Blog post: A polyfill for button type="share"