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
I think this is a pretty great library--nice work!
I'm using the html5 qrcode scanner. Next to the "Stop Scanning" button, there's a span with a 10px right margin that contains html5-qrcode-scanner-select--which is display:none because there's only one camera on this device.
Would it make sense to remove this? Maybe put display:none on the parent span, or change where the margin is, or just not add it?
I have a branch where I hide the parent span, if you'd want a PR.
To Reproduce
Steps to reproduce the behavior:
Create an html5 qrcode scanner.
Start scanning on a device with one camera.
Go into devtools and look at the Stop Scanning button.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: [e.g. iOS]
Browser [e.g. chrome, safari]
Version [e.g. 22]
Smartphone (please complete the following information):
Device: [e.g. iPhone6]
OS: [e.g. iOS8.1]
Browser [e.g. stock browser, safari]
Version [e.g. 22]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
I think this is a pretty great library--nice work!
I'm using the html5 qrcode scanner. Next to the "Stop Scanning" button, there's a span with a 10px right margin that contains
html5-qrcode-scanner-select
--which isdisplay:none
because there's only one camera on this device.Would it make sense to remove this? Maybe put
display:none
on the parent span, or change where the margin is, or just not add it?I have a branch where I hide the parent span, if you'd want a PR.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: