nimiq / qr-scanner

Lightweight Javascript QR Code Scanner
https://nimiq.github.io/qr-scanner/demo
MIT License
2.44k stars 529 forks source link

QrScanner video element don't shown in shadowRoot #210

Open sahama opened 1 year ago

sahama commented 1 year ago

I'm using lit-element and when i want to start qrScanner instance i see QrScanner has overwritten the video hiding style to avoid Safari stopping the playback. I test this on firefox and chrome in linux and android. I guess this problem caused on video element declared in shadowRoot

webermax commented 1 year ago

See #168