Cordova Plugin to open native "share" popup in Android and iOS
In your phonegap/cordova project, type:
cordova plugins add https://github.com/markmarijnissen/cordova-plugin-share.git
navigator.share(text,title,mimetype)
- text: Text to share, i.e. "Incredible plugin"
- title: Title of popup, i.e. "Share this quote" (android only, default: "Share")
- mimetype: Mimetype, i.e. "image/jpeg" (android only, default: "plain/text")
- iOS share code from stack overflow
- Android share code from here. Read if you want to understand mimetype options.
- Check out the more elaborate Social Share plugin from Eddy Verbruggen
MIT license