Skip to content

wolfstack-co/cordova-plugin-share-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cordova-plugin-share-image

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

Install

In your phonegap/cordova project, type:

cordova plugins add https://github.com/wolfstack-co/cordova-plugin-share-image.git

Usage

navigator.share(text,title,mimetype)

  • text: Base64 string of image to share
  • title: Title of popup, i.e. "Share this quote" (android only, default: "Share")
  • mimetype: Mimetype, i.e. "image/png"

License

MIT license

About

Share any PNG/JPEG image from a base64 string

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published