jQR icon indicating copy to clipboard operation
jQR copied to clipboard

jQR output remain unchanged for message >=15 chars

Open theskumar opened this issue 12 years ago • 1 comments

I just check-out the demo http://s01.de/~tox/hgexport/jqr/ when i put a message greater than 15 character in length, the generated QR remain unchanged.

Maybe you guys can fix this.

Regards, Saurabh

theskumar avatar Mar 21 '12 02:03 theskumar

Thanks for reporting!

Somehow jQR calculates the wrong size of a qrcode, resulting in too big images and a small data limit. I think the algorithm to determine the type of the qrcode is wrong. (see jqr.js:307)

Gottox avatar Mar 21 '12 08:03 Gottox