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** 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**...

bug
investigation

**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...

bug

**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 })...

bug

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

question

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...

question
os: ios
plat: Cordova

**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...

feature request

**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...

bug

Good info is found in #355.

enhancement
docs
housekeeping

**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

#### 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...