.NET 8 support ? (barcode reader not working in Android devices with .NET 8)
Hi, I have made a sample project with a 30-days license key and after a few quick tests I have conclude to specific results:
.NET 7
- On Android camera is loaded and barcode/qrcode detection is working fine
- On iOS camera is loaded and barcode/qrcode detection is working fine
.NET 8
- On Android camera is NOT loaded and barcode/qrcode detection is NOT working fine
- On iOS camera is loaded and barcode/qrcode detection is working fine
Looking at the dependencies on Nuget Package Manager (vesion: 1.0.0) I can see there is no support at .NET 8, but running the app in the iOS using .NET 8 it works fine. In the oposite side Android does not work.
So my question is, will be any updated version with .NET 8 support (in order to initialize barcode reader in Android too)?
Thanks in advance
@AthanasiosKampylis Thanks for your feedback. It might be a compatibility issue caused by .NET 8. I haven't tried .NET 8 yet. You can probably find the answer in the Microsoft community or on StackOverflow.
@yushulx for galexy Note 20 android device scanning not working. Do you have any solution for this?
The CameraView worked on an Android device in NET8, by deleting ScrollView in CameraPage.xaml of the Capture.Vision.Maui.Example project.