I generate a simple text QR containing word "test" on https://www.qr-code-generator.com
I try this project's live demo page on my phone (Samsung Galaxy Xcover 4, chrome) and try to read the generated QR code from the monitor (trying different angles etc for a minute ) and nothing happens.
I try some other online js QR decoder and it works.
I save the qr and upload it to zxing.org and it decodes it fine:
| Raw text |
test |
| Raw bytes |
71 a4 04 74 65 73 74 00 ec 11 ec 11 ec 11 ec 11 ec 11 ec |
| Barcode format |
QR_CODE |
| Parsed Result Type |
TEXT |
| Parsed Result |
test |
What is going on?
I generate a simple text QR containing word "test" on https://www.qr-code-generator.com
I try this project's live demo page on my phone (Samsung Galaxy Xcover 4, chrome) and try to read the generated QR code from the monitor (trying different angles etc for a minute ) and nothing happens.
I try some other online js QR decoder and it works.
I save the qr and upload it to zxing.org and it decodes it fine:
What is going on?