-
App crashes when I close the scanner on iOS. Android is ok.
Issue reproduce with "@nativescript/ios": "8.6.0+"
Thread 0 name:
Thread 0 Crashed:
0 libsystem_kernel.dylib 0x00000001d72dd…
-
Barcodescanner would be useful for users looking to see what books they can donate to the archive in a large collection. Adding an option to display some indicator on the card if it's available would …
-
Interface VideoDeviceInfo that is returned by BarcodeScanner.getAllCameras() is not publicly exported, so I need to define it on my own, If I want to make some logic and further process this data. I …
-
Now that Eclair is the minimum supported version of Android, we should consider changing the default value of UseExternalScanner to false from true. Otherwise, people add a barcode scanner and if they…
-
BarcodeScanner/BarcodeScanner.framework/BarcodeScanner' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or…
-
### Minimal reproducible example
https://snack.expo.dev/@henry_ornellas/curious-orange-mixed-nuts
### What platform(s) does this occur on?
Android
### Did you reproduce this issue in a development…
-
Since you can scan multiple books using the barcode scanner, there should be an option to add the books to a list or reading log. Maybe we can re-use the "Want to read" button html, and change it so t…
-
I am looking to get some help on getting this to work.
I can see logs in log cat that say my scanner is enabled but the hardware trigger does not seem to work consistently. When it does work, the o…
-
We support 16 or 21 depending on the arch, but zxing only supports 24, which leads to crashes:
```
java.lang.NoSuchMethodError:
at com.google.zxing.qrcode.detector.FinderPatternFinder.selectBe…
-
I got a `java.lang.StringIndexOutOfBoundsException` when scanning a specific AZTEC code.
I will not share it here, as it contains private information.
Here is the stack trace:
```
java.lang.String…