-
这里调用扫码,就会报错
```
case R.id.lly_qrcode_scanner:// 二维码扫描
intent = new Intent(mContext, QRCodeScannerActivity.class);
startActivityForResult(intent, QRCODE_SCANNER_REQ…
-
Hello,
I've noticed that although the SVGs generated by qrencode seem quite reasonable, a large variety of programs/libraries displaying those rasterize them with gaps between the qrcode "squares" …
-
I build the MobileScanner on initState.
After the first scan I'm doing setState, but when trying to scan the next time I'm getting this error:
'Unhandled Exception: Bad state: Cannot add new events …
-
the scanner crash after scan, callback is not called.
QRCode url to reproduce the issue
test://test/Test%20sest
This works : test://test/Test%20test
apparently there is somethings with %20s, …
-
First of all, congratulations on the scanner and thanks for sharing.
I have created a QR code with colors and the reader does not read it. Can it be configured in any way?
If I try to read the c…
Vogod updated
4 years ago
-
Currently, the scan area on windows only suitable for barcode. Can you make it square when we change scanType to ScanType.qr?
-
The "modal" QRcode scanner is not giving out data when transferring asset. The other QRscan are working properly, but this one in the cc addon doesn't fill in data. When it reads a QRcode, the documen…
-
I'm maintaining a repo called [`zxing-wasm`](https://github.com/Sec-ant/zxing-wasm). It uses a WebAssembly build of [`zxing-cpp`](https://github.com/zxing-cpp/zxing-cpp/) and is written in TypeScript,…
-
**Describe the bug**
I'm trying to implement the library in React, the app is working as expected until i try to scan the same qr code twice, when i do i get this error:
Cannot transition to a …
-
Hi,
Have you checked the QR Code printing? I tried to pass a set of string to print as QR Code, but it prints as normal text instead QRCode.
Please help me on this.
Thanks
Elango.