ngx-scanner
ngx-scanner copied to clipboard
Angular QR code, Barcode, DataMatrix, scanner component using ZXing.
**Describe the bug** When using the camera, I get an error saying: 'Avoid setting a device during auto-start.' **To Reproduce** Steps to reproduce the behavior: 1. Open a page using...
**Describe the bug** I've implemented this plugin in my Angular project succesfully, also I've been able to test in some smartphones and it's working great, but in my Samsung S20...
**Is your feature request related to a problem? Please describe.** When compiling for production in ionic/angular zxing libraries are compiled into main/vendor js. Since this is pretty large library it...
After updating to angular 11 with newest 3.13 ngx-scanner it stopped working, it detects devices (4 cameras) but video tag is not displaying anything. That's happening on newest chrome on...
**Describe the bug** When i try to use camera on my Galaxy Samsung S10+ using Firefox get the error: **DOMException: Starting videoinput failed** on Scanerror Event **Angular CLI** > @angular-devkit/architect...
**Describe the bug** When used with a SSR Angular project, `node main.js` will fail with `ReferenceError: window is not defined`. My HTML looks like: ``` ``` And my typescript: ```...
Im trying to develop a simple zxing scanner,but im getting "this.scanner.camerasFound is undefined" error (tested it on localhost and also in production environment),when tried the same code in stackblitz its...
I have tested this library in mobile safari using different versions of ios (14.6,14.2 and less) and it shows a white blank screen. I don't know how can i solve...
**Describe the bug** In my angular application, I have a requirement to scan the datamatrix codes. I am able to scan the code_128 barcode and QR code as well. But...
Instead of opening the back camera as default, especially in mobile/tab I would like to make default camera should be front camera. Is there any option for that?