1.0.1 • Published 5 years ago

cordova-plugin-native-share v1.0.1

Weekly downloads
6
License
MIT
Repository
github
Last release
5 years ago

cordova-plugin-native-share

Cordova Plugin to open native "share" popup in Android and iOS

Install

In your phonegap/cordova project, type:

cordova plugins add https://github.com/pamblam/cordova-plugin-native-share.git

Usage

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")

More info

License

MIT license