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
Description: When using the BarcodeScannerLivestreamOverlayComponent and camera access is blocked the overlay is not hidden or no event is provided to handle the "ERROR Error: Uncaught (in promise): NotAllowedError: Permission denied".
Steps to reproduce:
Navigate to barcode scanner with overlay demo page (link)
Click "Scan codebar with overlay window" button.
When prompted to grant permission for camera access, click "Block".
Actual result:
Camera does not open (as expected), but the overlay does not go away (not desired).
Error visible in developer console "ERROR Error: Uncaught (in promise): NotAllowedError: Permission denied"
Expected result:
Either overlay should be hidden or an event should be provided to handle the error.
The text was updated successfully, but these errors were encountered:
Description: When using the BarcodeScannerLivestreamOverlayComponent and camera access is blocked the overlay is not hidden or no event is provided to handle the "ERROR Error: Uncaught (in promise): NotAllowedError: Permission denied".
Steps to reproduce:
Actual result:
Expected result:
The text was updated successfully, but these errors were encountered: