Skip to content

Silver90/cordova-plugin-share

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 47.5%
  • Objective-C 41.5%
  • JavaScript 11.0%