kazuhikoarase / qrcode-generator

QR Code Generator implementation in JavaScript, Java and more.
https://kazuhikoarase.github.io/qrcode-generator/js/demo/
MIT License
2.12k stars 680 forks source link

is it limit string length #5

Closed nvcken closed 9 years ago

nvcken commented 9 years ago

example data = http://localhost:8888/test/dddddd/1413363078552&sldkjfowierowierwoerowejrwoe.png

Could not generate code?

kazuhikoarase commented 9 years ago

Because TypeNumber of my sample was fixed to '4', data length is over. I update the sample and it can select TypeNumber. Please select TypeNumber '5' or greater. https://kazuhikoarase.github.io/qrcode-generator/ Thank you.

nvcken commented 9 years ago

Ok thanks for help