Deadknight / cordova-plugin-share

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cordova-plugin-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/markmarijnissen/cordova-plugin-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

About

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

License:MIT License


Languages

Language:Java 52.3%Language:Objective-C 38.1%Language:JavaScript 9.6%