You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:capacitor-mlkit/packages/barcode-scanning/android/src/main/java/io/capawesome/capacitorjs/plugins/mlkit/barcodescanning/BarcodeScanner.java
Line 350 in 34bfb08
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.Alternative options
No response
Additional context
No response
Before submitting
The text was updated successfully, but these errors were encountered: