Redth / ZXing.Net.Maui

Barcode Scanning for MAUI?
MIT License
471 stars 152 forks source link

iOS not detecting and Android slow detecting #88

Open 420tech opened 1 year ago

420tech commented 1 year ago

I did a "bare vanilla" implementation. iOS (on both iPhone 10 and iPhone 12 - both with iOS 16.1 installed) won't detect at all.

On Android, it does detect but takes 30 seconds (or more) to detect.

Here is a repro: https://github.com/420tech/MauiScanner

Hopefully I am just doing something obviously wrong! :)

justinport commented 1 year ago

@420tech Did you ever get this to work? I'm able to read QR codes; however, i'm not able to read 1D labels. It was noted here to add some additional error handling log and utilize landscape mode, but that was also unsuccessful.

420tech commented 1 year ago

No. I was really hoping someone had a solution

justinport commented 1 year ago

@Redth Do you know any work-arounds to resolve this issue on iOS? I can successfully scan QR codes, but 1D barcodes do not scan on my iPhone 13 (regardless of orientation). Happy to try to debug the issue if you can give me some pointers - i'm new to this code base.