-
这里调用扫码,就会报错
```
case R.id.lly_qrcode_scanner:// 二维码扫描
intent = new Intent(mContext, QRCodeScannerActivity.class);
startActivityForResult(intent, QRCODE_SCANNER_REQ…
-
Hi,
The project is still active and maintainded ?
Thanks
-
hello guys
i installed this module in my vue project and i noticed sometimes it is like it does not detect the barcode
however i tested the one in Vercel and that one works really well
it is real…
-
**Describe the bug**
Zxing-scanner Fails to open up in iPhone and Mac inside WKWebView.
But works well in Safari browser opening it as an individual website.
**To Reproduce**
Create a native Sw…
-
```
qr is only popular use because developers assume it is popular
true by construction hardly seems rigorous
have you considered the much wider used ISO 24778, Aztec code?
automotive, aerospace, …
-
```
A unit test is needed to test XFA barcode engine. To achieve this, we may need
a reference barcode decoder (either from pdfium or prebuilt zxing enine).
I imagine the unittest will be like this:…
-
```
qr is only popular use because developers assume it is popular
true by construction hardly seems rigorous
have you considered the much wider used ISO 24778, Aztec code?
automotive, aerospace, …
-
I have a barcode starting with '0' that is either EAN13 or UPC A (honestly not sure which one it "really" is, just that it's ambiguous according to the readers.) When EAN13 and UPC_A are both enabled…
-
When I use this library with React (create-react-app v 5.x) I get this warning:
```
WARNING in ./node_modules/@zxing/library/esm/index.js
Module Warning (from ./node_modules/source-map-loader/dis…
-
I'm testing 1D barcode scanning on a Moto G 1st gen. I need the users of my application to be able to scan barcodes on products.
I find 1D BarCode scanning pretty slow. In particular, it seems the ce…