1.0.0 • Published 8 years ago

cordova-plugin-share-content v1.0.0

Weekly downloads
4
License
Apache 2.0
Repository
github
Last release
8 years ago

Supported Platform

iOS/Android

Installation

cordova plugin add https://github.com/six519/cordova-plugin-share-content.git

Usage

::

//share text
window.shareContentPlugin.share('<TEXT_TO_SHARE>', function(e){
    //success callback
}, function(e){
    //error callback
    alert('The error is: ' + e);
});