-
```
Help users to spread the app.
1. Use the intent to share via (SMS, Mail, Facebook, Twitter ...) with
default localized text messages.
http://developer.android.com/reference/android/content/Inten…
-
As advised in the Wiki, I am adding the ```ZXing.Net.Mobile.Forms``` and ```ZXing.Net.Mobile``` nuget packages to the relevant projects.
However in my UWP project, when I try to do in the main for…
-
implementation('com.journeyapps:zxing-android-embedded:4.1.0') { transitive = false }
implementation 'com.google.zxing:core:3.3.0'
Here is the barcode I can't scan
https://ibb.co/9ZYGvp8
Th…
-
when i compile get the error: SCodes/src/zxing-cpp/core/src/Result.cpp', needed by 'armeabi-v7a/Result.o'. Stop.
-
Hi, I recently noticed that ZXing-cpp sometimes only detect a part of PDF417 codes. The bounding boxes do not cover the entire PDF417 code due to some interference on the guard patterns. An example ca…
-
```
What steps will reproduce the problem?
(note: this has not been tried to be reproduced, this is just what I did)
1. Install app, run server, connect to server, app brings up zxing scanner
2. scan …
-
Hi
Congrats for your project :)
I'm just make a try with a special implementation of QRcode we use in entreprise solution base on QRcode documentation
We are using qrcode with binary content…
-
Can't install via npm i react-qr-reader with React 18.1.0
-
When attempting to use this library (via [react-qr-reader][qr]) in Firefox, the error `track.getCapabilities is not a function` is thrown by this line:
https://github.com/zxing-js/browser/blob/eaef…
-
Enabling the torch does not work here, using an iPhone 6 with iOS 12.4.8.
The same code (example below) works fine on Android.
In general the flash light is definitely working on the device. I hav…