Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(barcode-scanning): add a barcodesScanned listener #192

Closed
3 of 7 tasks
robingenz opened this issue Oct 3, 2024 · 0 comments · Fixed by #195
Closed
3 of 7 tasks

feat(barcode-scanning): add a barcodesScanned listener #192

robingenz opened this issue Oct 3, 2024 · 0 comments · Fixed by #195

Comments

@robingenz
Copy link
Member

robingenz commented Oct 3, 2024

Plugin(s)

  • Barcode Scanning
  • Face Detection
  • Face Mesh Detection
  • Selfie Segmentation
  • Translation

Current problem

Currently, the WebView is notified individually about each barcode found by the barcodeScanned listener, see:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant