kazuhikoarase / qrcode-generator

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

PHP errors #21

Open audas opened 8 years ago

audas commented 8 years ago

Alpha Numeric with more than 271 characters fails.

nawafgantare commented 6 years ago

same issue.Did you find a fix for this?

kazuhikoarase commented 6 years ago

Hi,

Are you using the getMinimumQRCode function? If you so, now it was fixed.

https://github.com/kazuhikoarase/qrcode-generator/commit/d9c6212483c0f7e06cadbb8665aa6e6ab7c7d995

audas commented 6 years ago

Hi all - I was putting in an google image for my map location - I basically just removed this and everything was working.

I see kazuhikoarase just updated this function so I will test it now with updated functionality.