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

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

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

**Describe the bug** When adding the DecodeHintType.NEED_RESULT_POINT_CALLBACK Hint. Somehow the callback does not get triggered at all. Even when succesfully scanning a code. Tried it with Qr-Code and DataMatrix Code

bug

Create a project for Angular 11 with the following dependencies: ``` "@zxing/browser": "^0.1.5", "@zxing/library": "0.14.2", "@zxing/ngx-scanner": "1.7. 2", ``` and setting up the scanner in a very simple way ```...

bug

Description: I am encountering an issue with the ZXing QR code scanner component in Angular. When I implement the scanner in a modal, it activates the camera in the main...

bug