11 2017 档案

摘要:cordova plugin add cordova-plugin-network-information mounted(){ this.checkConnection() document.addEventListener("offline", this.onOffline(), false); } checkConnection (){ ... 阅读全文
posted @ 2017-11-27 17:15 阿狸很酷 阅读(1207) 评论(1) 推荐(0)
摘要:判断平台 如果是ios,直接跳到苹果商店相应的位置就好 安卓 阅读全文
posted @ 2017-11-27 17:11 阿狸很酷 阅读(166) 评论(0) 推荐(0)
摘要:http://blog.csdn.net/fd214333890/article/details/43702931 阅读全文
posted @ 2017-11-17 15:04 阿狸很酷 阅读(134) 评论(0) 推荐(0)
摘要:cordova-plugin-external-extension cordova.plugins.externalExtension.openMobileQQChat(qqNum) https://www.npmjs.com/package/cordova-plugin-external-extension 阅读全文
posted @ 2017-11-17 11:13 阿狸很酷 阅读(275) 评论(0) 推荐(0)
摘要:1.拍照 先拿到base64图片,然后将base64转成file上传 2.定位 3.商户协议 4.打开通讯录 5.支付宝 6.QQ分享 7.微博分享 8.微信 微信支付 微信分享 9.启动页 10.极光推送 设置用户别名,唯一 调用 阅读全文
posted @ 2017-11-17 10:34 阿狸很酷 阅读(1007) 评论(0) 推荐(0)