ngx-scanner icon indicating copy to clipboard operation
ngx-scanner copied to clipboard

Angular QR code, Barcode, DataMatrix, scanner component using ZXing.

Results 136 ngx-scanner issues
Sort by recently updated
recently updated
newest added

When the camera turns on, it gives me two errors: - ngx-scanner Setting the same device is not allowed. - ngx-scanner Canvas2D: Multiple readback operations using getImageData are faster with...

bug

**Describe the bug** On Windows 11, Chrome and Edge, when the scanner camera opens, instead of showing the image that the camera should capture, it shows the screen of the...

bug

**Describe the bug** After upgrading to Anglular 14, `npm start` throws this error: ``` Error: node_modules/@zxing/ngx-scanner/lib/zxing-scanner.component.d.ts:305:18 - error TS2707: Generic type 'ɵɵComponentDeclaration' requires between 7 and 8 type arguments. ```...

bug

Context: I want to be able from the canvas that shows the frames, to select a smaller zone that will be used to scan the qr code. Something similar like...

feature request

![Scan](https://github.com/zxing-js/ngx-scanner/assets/107801242/dca4e984-ab72-4511-becd-af37b510b19a) Hello, I am using the ZXingScanner in an Android application through Cordova. I have the permissions , and the plugins cordova-plugin-camera and cordova-plugin-android-permissions are installed. Although the image appears,...

* Attention! This Project is looking for maintainers. Your issues will not be resolved by the authors. You are more than welcome to fix the issue and open a pull-request*...

feature request

**Describe the bug** Unable to request for permissions: alongside the error log: `@zxing/ngx-scanner Error when asking for permission. DOMException: Starting videoinput failed` the error in the console (replaced url because...

bug

**Describe the bug** Getting error cannot read properties of undefined (reading stop) on windows system for angular 14 . Checked solution on https://github.com/zxing-js/ngx-scanner/issues/428 but doesn't work for angular 14 ....

bug

Angular 14, Zxing 3.6.2 As a user with more cameras sets the preferred camera, which is then stored in sessionStorage or localStorage. However, when the user reloads the page, the...

Hi! I had an issue where the sharpness of the image was really poor on the newest iPhone (13 and up). I fixed it by adding this to my code,...

bug