This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
In Safari 14.0, my experience with the
navigator.share
API and the default Mail app is that thetitle
property is ignored, thetext
property is added to the body of the message, and theurl
is appended below it on a new line.