ionic-plugin-damaiwechat
ionic-plugin-damaiwechat copied to clipboard
wechat share sharesdk ios android ios login
cordova-plugin-damaiwechat
A cordova plugin, a JS version of Alipay, Wechat Pay, Umeng share SDK
Feature
Share title, description, image, and link to different plat(微信朋友圈,QQ,QZone,Sina...)
Install Follows
-
cordova plugin add https://github.com/wfxiaolong/ionic-plugin-damaiwechat.git
-
change many files by read :https://github.com/wfxiaolong/ionic-plugin-damaiwechat/blob/master/attention.txt
-
cordova build iosorcordova build android -
(iOS only) if your cordova version <5.1.1,check the URL Type using XCode
Usage in ionic:
var dmplugin = window.dmwechat dmplugin.echo("Hellow World", function(){ // Todo
}, function(){ // Todo
});
dmplugin.pay(); dmplugin.init(); dmplugin.share(); dmplugin.login();
More Interface By Read: https://github.com/wfxiaolong/ionic-plugin-damaiwechat/blob/master/www/dmwechat.js
#Result:

#LICENSE: MIT