yushulx / Capture-Vision-Maui

https://www.nuget.org/packages/Capture.Vision.Maui
18 stars 3 forks source link

.NET 8 support ? (barcode reader not working in Android devices with .NET 8) #3

Open AthanasiosKampylis opened 6 months ago

AthanasiosKampylis commented 6 months ago

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

.NET 8

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

yushulx commented 6 months ago

@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.

vplife1 commented 6 months ago

@yushulx for galexy Note 20 android device scanning not working. Do you have any solution for this?

hisa373 commented 5 months ago

The CameraView worked on an Android device in NET8, by deleting ScrollView in CameraPage.xaml of the Capture.Vision.Maui.Example project.