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"