However, if there are several barcodes on an image, you may want to be notified immediately about all barcodes and not wait and check whether the barcodeScanned listener informs about different barcodes.
Preferred solution
There should be a barcodesScanned (note the extra s) listener that immediately informs about all barcodes found on an image.
Plugin(s)
Current problem
Currently, the WebView is notified individually about each barcode found by the
barcodeScanned
listener, see: https://github.com/capawesome-team/capacitor-mlkit/blob/34bfb0873252ff3e283377b187a868aad1290092/packages/barcode-scanning/android/src/main/java/io/capawesome/capacitorjs/plugins/mlkit/barcodescanning/BarcodeScanner.java#L350However, if there are several barcodes on an image, you may want to be notified immediately about all barcodes and not wait and check whether the
barcodeScanned
listener informs about different barcodes.Preferred solution
There should be a
barcodesScanned
(note the extra s) listener that immediately informs about all barcodes found on an image.Alternative options
No response
Additional context
No response
Before submitting