-
https://zxing-js.github.io/library/examples/multi-image/
```
Point“ https://unpkg.com/ @zxing/ library@latest ”Loading of < script > failed.
Uncaught ReferenceError: ZXing is not defined
```
-
https://zxing-js.github.io/library/examples/multi-camera/
needs
https://unpkg.com/@zxing/library@0.18.6/umd/zxing-browser.min.js
which returns a 404 error
-
in a MAUI app the first 5 times no sound is played. After that everything is ok
-
defaultConfig {
applicationId "xxxxxxxxxx"
minSdkVersion 19
targetSdkVersion 28
}
运行时log会一直报:W/System.err( 3212): com.google.zxing.NotFoundException
但是可以运行,希望能优化一下…
-
I just tested the barcode scanner in the grocy demo but failed to scan any barcode. I wonder if you also considered to use external apps which are highly optimized on barcode scanning?
For instanc…
-
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…
-
The following QR code scans in the zxing.org webapp, but it throws a CheckSumException when using BrowserQRCodeReader. I have tried using DecodeHintType.TRY_HARDER to no avail. This is a Solana Pay UR…
-
java.lang.NoSuchMethodError: No interface method sort(Ljava/util/Comparator;)V in class Ljava/util/List; or its super classes (declaration of 'java.util.List' appears in /system/framework/core-libart.…
-
Using ZXing.Net.Maui.Controls v0.4.0, which is based on ZXing.Net library, and the basic ZXing page and configuration, it can detect simple PDF417, but it fails to detect more complex ones, like the o…
-
Hi,
I am trying to use Zxing MAUI on Samsung Tab A7 SM-T500 but the scanning is not happening and BarcodesDetected is not fired.
Kindly help..
Thanks,
Jassim