'Can't scan the QR code by com.codename1.ext.codescan.CodeScanner
I often can't read QR code by com.codename1.ext.codescan.CodeScanner on Android and iOS.
Is there any other better codescanner library for codename1?
For exapmle, the attached QR code image(shown on screen) can be recognized on iOS and Android.
But the printed QRcode image(small size) can't be read both on iOS and Android.
I think codescanner can only read large QR code image but small.

Solution 1:[1]
On Android we also have the little monkey QR but it's only an extension on top of the existing library and specific to Android.
We have this: https://github.com/shannah/cn1-codescan-scandit
Which is portable but also relatively pricey. It's far more reliable and faster than other options.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Shai Almog |
