Support PDF417 barcodes
This commit is contained in:
parent
ca9efefc96
commit
031c8f1a9b
@ -110,9 +110,11 @@ function initCordova() {
|
||||
},
|
||||
{
|
||||
showTorchButton: true,
|
||||
showFlipCameraButton : true,
|
||||
prompt: "Scan barcode",
|
||||
resultDisplayDuration: 0,
|
||||
disableSuccessBeep: false
|
||||
disableSuccessBeep: false,
|
||||
formats: "QR_CODE,DATA_MATRIX,CODE_39,CODE_93,CODE_128,CODABAR,PDF_417,AZTEC,RSS14,ITF"
|
||||
}
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user