Skip to content
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

Failling to reload QRCode with big URLs #51

Open
pedrobertao opened this issue Apr 12, 2018 · 2 comments
Open

Failling to reload QRCode with big URLs #51

pedrobertao opened this issue Apr 12, 2018 · 2 comments

Comments

@pedrobertao
Copy link

pedrobertao commented Apr 12, 2018

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.

@asd8855
Copy link

asd8855 commented Aug 4, 2018

How to solve this problem?

@asd8855
Copy link

asd8855 commented Aug 4, 2018

I solved this problem,by change the QR background color! For example, bgColor #000 to #333

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants