ngx-scanner
ngx-scanner copied to clipboard
Angular QR code, Barcode, DataMatrix, scanner component using ZXing.
**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
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 ```...
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...