-
New Feature
-
Resolution: Done
-
Later
-
8.6.0
-
None
-
Security Level: Jimmy
-
None
Current barcodescanner implementation uses a median error value acceptance based on the following post:
https://github.com/serratus/quaggaJS/issues/237#issuecomment-389667599
At the moment, the acceptance value is hardcoded at 0.1, and is defined in a library initialization object, which is not easy to override without replacing the whole init function.
It would be good to use a widget value (with component getter / setter / attribute in zul) to give developers the option to turn this feature off (set to 1) or require a stricter or looser safety check.
- relates to
-
ZK-4095 Add a false positive check threshold on the barcode scanner
- Closed