0.2.0 • Published 7 years ago
cordova-plugin-simpleshare v0.2.0
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-simpleshareUsage
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
- Based on Cordova plugin by Mark Marijnssen
- iOS share code from stack overflow
- Android share code from here; read if you want to understand
mimeTypeoptions
License
MIT license
0.2.0
7 years ago