-
Notifications
You must be signed in to change notification settings - Fork 704
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
Won't work with net7.0-ios or net7.0-android #1063
Comments
I think you are looking for: https://github.com/Redth/ZXing.Net.Maui |
Is it possible to use it in non MAUI app? |
We also need a replacement for Xamarin and are unable to move to .NET MAUI immediately. Will there be any support for .NET 7 Android and iOS going forward? |
We are also moving to .Net 8 and looking to use this, but the NuGet adds references to Xamarin.Android.Support.V4, which causes duplicate references to some other classes in Java, and breaks our build. Would love an update that supports .Net 7 and 8. I've tried adding ZXing.Net.Maui, but that then gives me an error: |
Hi, any updates about this? |
We took the plunge and redid our project as a MAUI MVVM project, using the ZXing.Net.MAUI Nuget, and that works. We didn't have the luxury of waiting for this to be looked at or resolved. We also use a library Camera.MAUI by hjam40. |
I checked ZXing.Net.MAUI and it's ok, just i want to ask for MobileBarcodeScanner.Scan() method missing, is any way to use something equivalent from code behind? |
We use the Camera.MAUI to do the scanning of the barcode (taking the photo) |
Are there any plans to support the replacement platform for Xamarin?
The text was updated successfully, but these errors were encountered: