-
-
Notifications
You must be signed in to change notification settings - Fork 973
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uncaught 'config.qrbox' dimensions values should not be greater than the width of the HTML element. #357
Labels
Comments
What is the device display width and what is the value of |
@cungikawake gentle reminder to provide more context into this issue. |
I can reproduce this issue. So far it's an expected behavior. Starting |
mebjas
added a commit
that referenced
this issue
Dec 20, 2021
### Changelog - Changed behavior from throwing error in case `qrbox.width` or `qrbox` is larger than the width of the root element. In such cases the dimension will automatically be truncated to the size of root element and will throw a warning based on verbosity settings. This should address [issue#357](#357)
Merged
mebjas
added a commit
that referenced
this issue
Dec 20, 2021
* Version 2.1.5 ### Changelog - Changed behavior from throwing error in case `qrbox.width` or `qrbox` is larger than the width of the root element. In such cases the dimension will automatically be truncated to the size of root element and will throw a warning based on verbosity settings. This should address [issue#357](#357) * Fix error when qrbox size is not set. * fix codacy error * Calling Html5QrcodeScanner#clear() will clear the entire UI Calling `Html5QrcodeScanner#clear()` will also clear the UI rendered due to image based scan. This should address [issue#193](#193)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
A clear and concise description of what the bug is.
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: