Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

upuxaa/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%