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 was trying to use qrcode.js on my project, but I faced many issues which I was not able to fix!. and when I tried to check your example and however your example generated the right QRcode for me, I found that the source code used there is different from the used in the repo!. For example: createImgTag function is doesn't exist on the repo lib/qrcode.js .
My question is: why is the source used for your example is different?
Another question: what is this exception means? Uncaught Error: bad rs block @ typeNumber:40/errorCorrectLevel:H .. I've changed the text to be smaller and I also changed the correction, typeNumber .. but useless! the same error always occur!. And I solved it by adding the third parameter input mode, however you are mentioning 8bit (default): ISO 8859-1 which means I don't have to add it.
I Appreciate your help, Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi Jan,
I was trying to use qrcode.js on my project, but I faced many issues which I was not able to fix!. and when I tried to check your example and however your example generated the right QRcode for me, I found that the source code used there is different from the used in the repo!. For example:
createImgTag
function is doesn't exist on the repo lib/qrcode.js .My question is: why is the source used for your example is different?
Another question: what is this exception means?
Uncaught Error: bad rs block @ typeNumber:40/errorCorrectLevel:H
.. I've changed the text to be smaller and I also changed the correction, typeNumber .. but useless! the same error always occur!. And I solved it by adding the third parameter input mode, however you are mentioning8bit (default): ISO 8859-1
which means I don't have to add it.I Appreciate your help, Thanks in advance.
The text was updated successfully, but these errors were encountered: