-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zxing Scanner Not working not scanning anything #2
Comments
@blazingdevil44 , can you please share few details like Phone Manufacturer, Model and Android Version on which you're facing the issue? |
HUAWEI Y7 Prime 2019 i downloaded the code you provided in github and didnt make changes since i wanted to see it work first since some codes in github wont work properly and ran it on my device ML kit is working fine but zxing doesn't i really like how you combined zxing with cameraX so i hope its fixed soon Also i have a question relating zxing lib yet you have put min api as 21 so my question is will your code work for 21 - 23 api ? |
Thanks @blazingdevil44 for the details. You are right, Zxing libray v3.4.x don't support lower API versions of Android. It would just crash when you scan a QR code. I have fixed that issue with ScannerX 1.3 release. (https://github.com/maulikhirani/scannerX/releases/tag/scanner1.3) You should give it a try with the latest code and let me know the results. |
awesome what quick update i'll try it later tonight also if possible can you provide and example for fragment as well because mostly on some mobiles fragments give many problems mainly i want to add scanner to fragment and open it in new activity to show result and come back to scanner fragment on backpress Sorry for late reply mostly update is very slow so i didn't even think it would be updated so soon awesome and thanks again |
Hi @blazingdevil44 , Please refer the release notes of ScannerX 1.4 Give it a try and let me know if it works for you! |
ml kit is working perfectly but zxing is not working at all
The text was updated successfully, but these errors were encountered: