We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When dynamically resetting the value for the QRCode, it fails when the value string is too big. Example: First I have this: https://www.foo.io/big-foo/#/send?to=XXXXXXXXXXXXXXXXXXXXXX QRCode loads correctly.
Then I update the value to get something like https://www.foo.io/big-foo/#/send?to=YYYYYYYYYYYYYYYYYYYYYY QRCode doesn't reload.
Workaround: Clear value (set value to ' ' i.e.) and then set the new value. It doesn't work if I simply replace the new value with the old one.
The text was updated successfully, but these errors were encountered:
How to solve this problem?
Sorry, something went wrong.
I solved this problem,by change the QR background color! For example, bgColor #000 to #333
No branches or pull requests
When dynamically resetting the value for the QRCode, it fails when the value string is too big.
Example:
First I have this:
https://www.foo.io/big-foo/#/send?to=XXXXXXXXXXXXXXXXXXXXXX
QRCode loads correctly.
Then I update the value to get something like
https://www.foo.io/big-foo/#/send?to=YYYYYYYYYYYYYYYYYYYYYY
QRCode doesn't reload.
Workaround: Clear value (set value to ' ' i.e.) and then set the new value.
It doesn't work if I simply replace the new value with the old one.
The text was updated successfully, but these errors were encountered: