0.2.0 • Published 5 years ago

cordova-plugin-simpleshare v0.2.0

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

Simple Share plugin for Cordova

Cordova Plugin to open native "share" popup in Android and iOS for sending simple data to other apps

Installation

cordova plugins add cordova-plugin-simpleshare

Usage

navigator.share(text, title, mimeType)
  • text: Text to share, e.g. "Incredible plugin"
  • title: Title of popup, e.g. "Share this quote" (android only, default: "Share")
  • mimeType: MIME type, e.g. "image/jpeg" (android only, default: "plain/text")

More info

License

MIT license