ionic APP二维码插件 地址

2018-06-24 01:11:23来源:未知 阅读 ()

新老客户大回馈,云服务器低至5折

 二维码插件地址第一个   https://github.com/kyocn/BarcodeScanner git网址

下载网址  https://github.com/kyocn/BarcodeScanner.git

 

调用方法

com.jieweifu.plugins.barcode.startScan(function(success){
    alert(JSON.stringify(success));
}, function(error){
    alert(JSON.stringify(error));
});

适用
  • Android 4.0.0 or above
  • iOS 7.0.0 or above

  注意:这个插件节目听漂亮,但是会和极光推送插件起冲突造成闪退,后来换成下边的这个扫码插件

二维码插件地址第二个

https://github.com/tjwoon/csZBar
添加插件
cordova plugin add cordova-plugin-cszbar
 

cloudSky.zBar.scan({
text_title: "OPTIONAL Title Text - default = 'Scan QR Code'", // Android only
// text_instructions: "OPTIONAL Instruction Text - default = 'Please point your camera at the QR code.'", // Android only
// camera: "front" || "back" ,// defaults to "back"
// flash: "on" || "off" || "auto", // defaults to "auto". See Quirks
drawSight: true || false //defaults to true, create a red sight/line in the center of the scanner view.
}, function(barcodeData) {
成功的方法
} else {
Message.show('二维码不是平台专用,请核对后再扫!', 2000);
}

}, function(error) {
// console.log(error);
Messa.show(error);
Message.show('扫码失败,请尝试重新扫码!', 2000);
}




收集来自git网站

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:弹出层背景

下一篇:CSS 选择器简介