A cordova plugin, a JS version of Alipay, Wechat Pay, Umeng share SDK
Share title, description, image, and link to different plat(微信朋友圈,QQ,QZone,Sina...)
-
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 ios
orcordova build android
-
(iOS only) if your cordova version <5.1.1,check the URL Type using XCode
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
#LICENSE: MIT