Web API proposal for sharing data from a web page
HTML
Latest commit 914d1bc Nov 3, 2016 @mgiuca mgiuca committed on GitHub Merge pull request #8 from mgiuca/remove-canshare
Removed navigator.canShare.

README.md

Web Share API

Date: 2016-06-08

This site details a proposal to add an API to the web for sharing text, URLs and images to an arbitrary destination of the user's choice:

navigator.share({title: 'Example Page', url: 'https://example.com'});

This is a product of the Ballista project, which aims to explore website-to-website and website-to-native interoperability.

Licensing and contributions

See LICENSE and CONTRIBUTING.