-
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,…
-
#### Description of the problem:
if (isFlashOn) {
mCodeScanner!!.isFlashEnabled = false
isFlashOn = false
Toast.makeText(getActivity()…
-
@yipianfengye
-
#### Description of the problem:
I am using the scanner in continuous decode mode with a custom layout. After each decode, I pause the scanner by calling mBarcodeView.pause(). I then have a 3-5 secon…
-
Look here https://github.com/zxing-js/text-encoding/commit/c1193bd1cc3fe52f826256a6b4985869526c50b9
the changes and tests for `latin-1` encoding.
Here https://github.com/username1565/text-encoding…
-
The generation of PDF417 seems to be buggy when using line break characters.
You can test the difference between the app and another generator like https://barcode.tec-it.com/en/PDF417?data=hello%0Ah…
-
Hi,
I have followed your instructions to implement ZXing.Forms in an UWP project.
But it looks like the current Nuget-Package 2.4.1 of ZXing.Net.Mobile.Forms has no
ZXing.Net.Mobile.Forms.Window…
-
Package references Xamarin.Forms (>= 2.0.0.6490)
Compile fails because AutomationId dependency wasn't introduced until 2.2.0-pre1
-
### What You Are Seeing?
A crash.
I try to build the repository ZXing.Net.Mobile, which has a stock build.sh file for bootstrapping CAKE. The log:
```
$ ./build.sh
Restoring tools from NuGet..…
-
**Is your feature request related to a problem? Please describe.**
On android, every damn user media stream is a separate camera (s10 +) instead of a combined access one.
**Describe the soluti…