-
This seems to be the same issue using the old library on my old phone. I have the generic MAUI app you get when creating a new MAUI app in Visual Studio. I added a button on the main page to create an…
-
Duplicate class com.google.zxing.BarcodeFormat found in modules core-3.3.3.jar (com.google.zxing:core:3.3.3) and zxing.jar (zxing.jar)
-
I am using Zxing to scan barcode in Xamarin forms App , The problem is Autofocus works only once when the scanpage Appeared , I tried to add timer as below Code also not worked , and I noted when …
-
## Description
Related to https://github.com/brave/brave-browser/issues/21478
Per https://bravesoftware.slack.com/archives/C0816QH3R/p1670209192240249?thread_ts=1670109681.788929&cid=C0816QH3…
-
I'm not sure this is a bug, but I've noticed that the QR codes generated by this library are more complex than the ones generated by zxing. They're also not easily detected. As an example, the top ima…
-
Hey there 👋 ,
I've tried a lot of options to read QR in MAUI (Android, Windows, iOS).
I've done what is in readme in this project and read almost all issues open or closed.
When I start an app …
NiX3r updated
3 months ago
-
I've missed, that there is a ZXing Library for JS/TS: https://github.com/zxing-js/library
That one should be used instead of our current one for the JS target. Then, hopefully, encoding *and* decod…
-
There is a server for image transferring. when an image comes to system, it is detected by zxing for qrcode. The server works well most of the time. Sometime, there happens a dead loop. The call stack…
-
Hi Eley,
I've been using your excellent application for years. I have a Fairphone 4 running Android 13. For some time now, when I want to scan a barcode, it's no longer the ZXing application (Barcode…
-
I'd like to replace the ZXing library we use for barcode recognition on Android with MLKit from Firebase
https://firebase.google.com/docs/ml-kit/android/read-barcodes
Thoughts…