navigator.share()
Limited availability
Tags:
api
html
http
The navigator.share()
method invokes the device's native sharing mechanism and passes text, links, files, and other content to share targets.
To learn more, see
Navigator: canShare() method,
Navigator: share() method,
Permissions-Policy: web-share at MDN.
Compatibility
- Chrome ❌ Search for bugs Search for Chromestatus entry
- Chrome Android 61 Released on 2017-09-05
- Edge 93 Released on 2021-09-02
- Firefox ❌ Search for bugs Search for standards position
- Firefox for Android 79 Released on 2020-07-28
- Safari 12.1 Released on 2019-03-25
- Safari on iOS 12.2 Released on 2019-03-25
Specifications
- Web Share API, from Web Applications Working Group (W3C).