You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library working fine in android but not working in iOS. And, there is no such issues encountered already and after cloning this library I have verified example app in same devices and got same issue.
I'm pleased to announce that version 1.2.0 is now available. This latest version has been released to address the iOS detection issue that some users have been experiencing.
To temporarily resolve the issue, I've downgraded the image version from v4.0 to v3.0. Please note that this is a temporary fix and a more permanent solution will be provided in the next releases.
If you encounter any issues or have any feedback about the new version, please let me know.
It seems like there is still an issue on iOS in version 1.5.2.
Scanning the same QR code on android works fine.
Qr code saying "Hello world"
void _onImage(CameraImage image) async {
Code code = await zx.processCameraImage(image);
// works on android but on ios isValid is never true and code.text is always an empty string
print(code);
}
This library working fine in android but not working in iOS. And, there is no such issues encountered already and after cloning this library I have verified example app in same devices and got same issue.
Library Version -->> 1.1.2
Test performed in
My implementation
There is no such information in logcat regarding issue of not scanning the QR codes
The text was updated successfully, but these errors were encountered: