zxing-js / ngx-scanner

Angular QR code, Barcode, DataMatrix, scanner component using ZXing.
https://zxing-js.github.io/ngx-scanner/
MIT License
638 stars 227 forks source link

Not working with latest zxing version. #395

Open mhosman opened 3 years ago

mhosman commented 3 years ago

"@zxing/browser": "0.0.9", "@zxing/library": "^0.18.5",

Kratheon commented 3 years ago

Yup me too with Angular 11. I have an error saying "Cannot read property 'stop' of undefined"

I try to run whit : "@angular/common": "~11.2.11", "@angular/compiler": "~11.2.11", "@angular/core": "~11.2.11"

and @zxing/browser: 0.0.7 @zxing/library: ^0.18.3 @zxing/ngx-scanner: ^3.1.3

Ash-kosakyan commented 3 years ago

any news??

werthdavid commented 3 years ago

Please try @zxing/ngx-scanner@3.2.0

Kratheon commented 3 years ago

Ok it works now with :

"@zxing/browser": "^0.0.9",
"@zxing/library": "^0.18.6",
"@zxing/ngx-scanner": "^3.2.0"

Good job guys !