ngx-scanner
ngx-scanner copied to clipboard
Angular QR code, Barcode, DataMatrix, scanner component using ZXing.
**Describe the bug** We were using scanner on one of our angular routes. After moving to another route camera sometimes remain working on Chrome and always on Safari **To Reproduce**...
**Describe the bug** When opening the [Preview](https://zxing-js.github.io/ngx-scanner/) (and also in our own codebase) the prompt "Will you allow [...] to use your camera" is asked twice (in case the "Remeber...
**Describe the bug** When using the component on a french device (non english, non portuguese), the back camera is not always matched because of `const matcher = ({ label })...
When im trying to build ionic production apps ERROR in ./src/app/scanner/scanner.page.ts Module not found: Error: Can't resolve '../../../node_modules/@zxing/ngx-scanner/lib/zxing-scanner.component' in '/Applications/XAMPP/xamppfiles/htdocs/auntieloyalty/app/auntieloyalty/src/app/scanner' im using version 3.0.0 how to fix this ? thanks
In relation to #167 and #210 I'm trying to get the zxing-js library working with Cordova on iOS. Thanks to the related issues, it is working on Android. I guess...
**Is your feature request related to a problem? Please describe.** Devices with high res cameras tend to have an image with high res and auto focus. The barcode tends to...
**Describe the bug** Firefox on android requires 'Storage' and 'Camera' permissions to show the scan preview, storage is not prompted for. Chrome only requires Camera, which is prompted for. Android...
Good info is found in #355.
**Describe the bug** If the default selected device is not capable of streaming the Promise error is not being handled, if a device is not capable of scanning then an...
#### Bug, feature request, or proposal: Error #### What is the expected behavior? I am able to run this scanner in Ionic 3 #### What is the current behavior? There...