30 Star 93 Fork 25

JieWeifu / BarcodeScanner

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
README.md 470 Bytes
一键复制 编辑 原始数据 按行查看 历史
Kyo 提交于 2016-03-23 10:56 . Update README.md

cordova-plugin-barcode 二维码扫描Cordova插件

This plugin implements barcode scanner on Cordova 4.0

Supported Cordova Platforms

  • Android 4.0.0 or above
  • iOS 7.0.0 or above

二维码图片

Use Tips

cordova plugin add [dir]

JS

com.jieweifu.plugins.barcode.startScan(function(success){
    alert(JSON.stringify(success));
}, function(error){
    alert(JSON.stringify(error));
});
JavaScript
1
https://gitee.com/Cheergoal/BarcodeScanner.git
git@gitee.com:Cheergoal/BarcodeScanner.git
Cheergoal
BarcodeScanner
BarcodeScanner
master

搜索帮助