nimiq / qr-scanner

Lightweight Javascript QR Code Scanner
https://nimiq.github.io/qr-scanner/demo
MIT License
2.44k stars 529 forks source link

QR Codes with binary data are not correctly decoded #184

Open 9072997 opened 2 years ago

9072997 commented 2 years ago

It appears QR codes containing binary data are not correctly decoded. See the attached file for an example 400045104

greatestape commented 1 year ago

I think I'm getting bit by this bug too

somebody1234 commented 1 year ago

This seems to be happening (on Android, at least) because BarcodeDetector doesn't support binary QR codes, so hopefully the fix should be simple - having an option to avoid using BarcodeDetector

somebody1234 commented 1 year ago

As a solution I used the original library jsQR