cordova-plugin-share

0.1.3 • Public • Published

cordova-plugin-share

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

Changes

Version 0.1.3: Commit f1c5a43: Merge pull request #5 from mysegfault/master

Install

In your phonegap/cordova project, type:

cordova plugins add cordova-plugin-share

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

Dependents (0)

Package Sidebar

Install

npm i cordova-plugin-share

Weekly Downloads

66

Version

0.1.3

License

MIT

Last publish

Collaborators

  • code2be
  • markmarijnissen