We’re utilizing Zxing.web.cell to learn barcode in a Xamarin.iOS utility. I get the next error after I debug in iPhone 15 professional.
“System.NotSupportedException: “humanFullBody” has no related enum worth on this platform.'”
Anyway we considered migrating the Xamarin.iOS venture to .web 8 SDK. Every thing works tremendous with the migration besides the Zxing.web.cell.
System.NotSupportedException: Use the platform particular implementation as an alternative!
at ZXing.Cellular.MobileBarcodeScanner.Scan(MobileBarcodeScanningOptions choices)
I can not use Zxing.web.maui as its not a maui utility. I want to understand how else I can learn a barcode in an iOS utility in .web 8 that doesn’t use maui.
Thanks upfront.