Web Share is a Web platform API for sharing text, URLs and images to an arbitrary destination of the user's choice:
navigator.share({title: 'Example Page', url: 'https://example.com'});
- The Level 1 API (images/files not supported) is shipping in:
- Google Chrome 61 on Android.
- Safari 66.
- The Level 2 API is currently being implemented in Chrome.
- Explainer document, a high-level overview of the proposal.
- Specification - Level 1.
- Specification - Level 2.
- Native integration survey, for platform-specific matters.
- Web platform tests, for automatic and manual testing against an implementation.
This is a product of the Ballista project, which aims to explore website-to-website and website-to-native interoperability.
See LICENSE and CONTRIBUTING.