我正在使用离子 - phonegap-plugin-barcodescanner":" ^ 7.1.2"条形码扫描,但当我点击扫描按钮 - 相机在Android模拟器上看起来像下面。 https://i.stack.imgur.com/e1xL4.png https://i.stack.imgur.com/NS5IB.png
这是我的代码: scan(){
this.options = {
preferFrontCamera: true,
showFlipCameraButton: true,
prompt: "scan the barcode here 111"
}
this.barcodeScanner.scan(this.options).then((barcodeData) => {
this.data = barcodeData;
console.log(barcodeData);
}, (err) => {
this.toast.show(err, '5000', 'center').subscribe(
toast => {
console.log(toast);
}
);
});
}
index.html有以下.. < ion-app style =" background:none transparent!important;">
任何人都可以帮助解决代码中的错误。
答案 0 :(得分:0)
尝试使用此插件
<plugin spec="https://github.com/Telerik-Verified-Plugins/BarcodeScanner.git" source="git" />