nimiq / qr-scanner

Lightweight Javascript QR Code Scanner
https://nimiq.github.io/qr-scanner/demo
MIT License
2.44k stars 529 forks source link

does not return full url #234

Open tuanmuasam opened 1 year ago

tuanmuasam commented 1 year ago

when using camera scan the app returns the missing url

For example qroce code = https://www.google.com/search?q=translate&oq=tran&sourceid=chrome&ie=UTF-8

when qrcode decode just return https://www.google.com/search?q=translate

manuelson commented 7 months ago

It is not recommended to have such long urls in a QR because if the url is too long the process can be affected. I think QrScanner is not prepared for such a long url. Try to put smaller urls

More info https://searchengineland.com/how-to-create-qr-codes-with-optimal-url-strategies-in-mind-93827

Joemarie123 commented 7 months ago

Waiting for This Update