mebjas / html5-qrcode

A cross platform HTML5 QR code reader. See end to end implementation at: https://scanapp.org
https://qrcode.minhazav.dev
Apache License 2.0
4.85k stars 958 forks source link

Scanner file<->camera link must be hidden when... #404

Open ROBERT-MCDOWELL opened 2 years ago

ROBERT-MCDOWELL commented 2 years ago

Scanner file<->camera link must be hidden when the camera initialization takes some time. I tried on a laptop that takes around 10sec to initialize its builtin webcam and I click on the link while it's initializing the camera html5-qrcode will show the camera canvas on the file UI which messing the whole object.... So the solution would be to hide the link until the video canvas is ready....

mebjas commented 2 years ago

Thanks for raising this, will work on this.