Is there a way to change the styling of the video element that appears as a black rectangle with a strikethrough play button when the user is prompted for permission on Safari? Does it have a specific ID, class, or tag that can be targeted?
I'm currently using Quagga JS for barcode scanning. As far as I know, Quagga creates a video
element and requests camera permission. My goal is to hide this element initially using display:none;
, but I am unsure how to achieve this. Once permission is granted, the element should display the camera feed; until then, it should be hidden or show a black screen.