Skip to content

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