cordova插件总结

Cordova是一款开放源代码的App开发框架,旨在让开发者使用HTML、Javascript、CSS等Web APIs开发跨平台的移动平台应用程序,Cordova是一个行动设备的API接口集,利用JavaScript存取这些接口可以调用诸如摄影机、罗盘等硬件系统资源。配合上一些基于HTML5、CSS3技术的UI框架,如jQuery Mobile、Dojo Mobile或Sencha Touch,开发者得以快速地开发跨平台App而不需要编写任何的原生代码。为了方便大家开发,我们FAMI编写并总结了一些常用的原生插件,如下是插件类型和地址:

支付宝支付插件:

iOS/Android 地址:https://github.com/fami2u/cordova-plugin-alipay.git

微信支付插件:

iOS/Android 地址:https://github.com/fami2u/cordova-plugin-weipay.git

ping++支付插件:

iOS 地址:https://github.com/fami2u/cordova-ping-fami.git

扫描二维码和条形码插件:

iOS/Android 地址:https://github.com/fami2u/cordova-barcodescanner-fami.git

拍照插件:

iOS/Android 地址:https://github.com/fami2u/cordova-plugin-camera.git

极光推送插件:

iOS/Android 地址:https://github.com/fami2u/jpush-phonegap-plugin.git

iOS 地址:https://github.com/fami2u/cordova-Jpush-fami.git

第三方登录插件:

iOS 地址:https://github.com/fami2u/cordova-UMLogin-fami.git

JS 地址:https://github.com/fami2u/cordova-plugin-wechat.git

第三方分享插件:

iOS 地址:https://github.com/fami2u/cordova-UMShare-fami.git

跳转地图插件:

iOS 地址:https://github.com/fami2u/cordova-plugin-map.git

视频播放插件:

iOS 地址:https://github.com/fami2u/cordova-player-fami.git

你可能感兴趣的:(cordova插件总结)