Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The library does not generate correct QR Codes for inputs that have more than 16 characters #237

Open
Shideravan opened this issue Jun 23, 2023 · 4 comments

Comments

@Shideravan
Copy link

Shideravan commented Jun 23, 2023

With any input of 1-16 characters, the library correctly generates QR Codes. These QR Codes are consistent with other QR Code generation tools and read correctly in my tests (tested with Android Studio with an React Native using “expo-barcode-scanner” library).
However, for 17+ characters, the generated QR Code doesn't seem valid anymore.

@DamonFord
Copy link

I have also observed this issue.

@Parth909
Copy link

Parth909 commented Jan 5, 2024

Use this package qrcode.react

@povilasleka
Copy link

How to reproduce this issue? I've tried to generate 17+ length qr codes and they seem valid.

@sabeerbikba
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants