Hi,
We have a MAUI Project to be used on iOS environment to scan some barcodes. Normal barcodes are working fine, however we have got some special ones like BLK06_GF@@PA_MOUNT_RK001_01_01.
Initially I didn't setup special setting for BarcodeDecodeOptions (all are default). After we found this issue, I try to setup as suggestion:
TryHarder = true, PureBarCode = false, ReadMultipleCodes = false, TryInverted = true, and even appoint the PossibleFormats to CODE_128 only.
but not working, even the simple barcode scanning takes time.
Could provide some suggesting please?