美文网首页ios专题
使用Cordova混合编程插件清单

使用Cordova混合编程插件清单

作者: 一半春秋月 | 来源:发表于2016-12-23 11:25 被阅读260次

    说明:插件适用于iOS、android等平台,安装方式为使用Cordova命令安装,如添加版本信息的插件 cordova plugin add cordova-plugin-app-version 。

    1、缓存清理

    at.modalog.cordova.plugin.cache 1.1.0 "Cache"

    2、版本信息

    cordova-plugin-app-version 0.1.9 "AppVersion"

    3、相机

    cordova-plugin-camera 2.3.0 "Camera"

    4、log输出

    cordova-plugin-console 1.0.4 "Console"

    5、手机通讯录

    cordova-plugin-contacts 2.2.0 "Contacts"

    6、设备信息

    cordova-plugin-device 1.1.3 "Device"

    7、提示框

    cordova-plugin-dialogs 1.3.0 "Notification"

    8、文件

    cordova-plugin-file 4.3.0 "File"

    9、文件上传下载

    cordova-plugin-file-transfer 1.6.0 "File Transfer"

    10、地理位置信息

    让应用判断设备的物理位置。

    cordova-plugin-geolocation 2.4.0 "Geolocation"

    11、Http请求插件支持https

    cordova-plugin-http 1.2.0 "SSL Pinning"

    12、多张图片选择

    cordova-plugin-image-picker 1.1.1 "ImagePicker"

    13、app内部浏览器

    cordova-plugin-inappbrowser 1.5.0 "InAppBrowser"

    14、多媒体支持

    cordova-plugin-media 2.4.0 "Media"

    15、录像

    cordova-plugin-media-capture 1.4.0 "Capture"

    16、网络信息

    用来判断网络连接类型(2G、3G、4G、Wifi、无连接等)

    cordova-plugin-network-information 1.3.0 "Network Information"

    17、SIM卡信息

    cordova-plugin-sim  1.3.0  "SIM"

    18、启动页

    cordova-plugin-splashscreen 4.0.0 "Splashscreen"

    19、状态栏

    cordova-plugin-statusbar  2.2.0  "StatusBar"

    20、白名单访问

    cordova-plugin-whitelist  1.2.2 "Whitelist"

    21、社会化分享

    cordova-plugin-x-socialsharing 5.1.3 "SocialSharing"

    22、本地数据库

    cordova-sqlite-storage 2.0.0 "Cordova sqlite storage plugin"

    23、二维码、条形码扫描

    phonegap-plugin-barcodescanner 6.0.2 "BarcodeScanner"

    相关文章

      网友评论

        本文标题:使用Cordova混合编程插件清单

        本文链接:https://www.haomeiwen.com/subject/gjlkvttx.html