Implement Web Share API
Web Share API landed on Chrome for Android in version 61. It's a neat way of providing native sharing hooks to a web app.
Example code: https://gist.github.com/bogas04/50eae983a9b478e172a22bb9fce9c77e
API Spec: https://wicg.github.io/web-share/
Explainer: https://github.com/WICG/web-share/blob/master/docs/explainer.md

1 comment
-
Chris commented
Here is a primer: https://developers.google.com/web/updates/2016/09/navigator-share
Here is the Firefox Tracker for this: https://bugzilla.mozilla.org/show_bug.cgi?id=1312422
Spec in GitHub: https://github.com/WICG/web-share