Support PDF417 barcodes

master
Skylar Ittner 5 years ago
parent ca9efefc96
commit 031c8f1a9b

@ -110,9 +110,11 @@ function initCordova() {
}, },
{ {
showTorchButton: true, showTorchButton: true,
showFlipCameraButton : true,
prompt: "Scan barcode", prompt: "Scan barcode",
resultDisplayDuration: 0, resultDisplayDuration: 0,
disableSuccessBeep: false disableSuccessBeep: false,
formats: "QR_CODE,DATA_MATRIX,CODE_39,CODE_93,CODE_128,CODABAR,PDF_417,AZTEC,RSS14,ITF"
} }
); );
} }

Loading…
Cancel
Save