I have recently discovered that some QR codes does not seem to be recognized by the QR scanner.
I use the QRGenerator library (https://forums.coronalabs.com/topic/65821-qrgenerator-for-corona/) to generate QR images for sharing data between devices and one of the QR images looks like the attached png file.
The data that was generated in this JSON-encoded data:
{"l":44,"w":[{"a":"one","b":"en"},{"a":"two","b":"to"},{"a":"three","b":"tre"},{"a":"four","b":"fire"},{"a":"five","b":"fem"},{"a":"six","b":"seks"},{"a":"seven","b":"sju"},{"a":"eight","b":"åtte"},{"a":"nine","b":"ni"},{"a":"ten","b":"to"},{"a":"eleven","b":"elleve"},{"a":"twelve","b":"tolv"},{"a":"thirteen","b":"tretten"},{"a":"fourteen","b":"fjorten"},{"a":"fifteen","b":"femten"}],"n":"test123"}
When using QR scanner this image doesn’t seem to be recognized as a QR code at all, but the app QR Droid doesn’t seem to have any problems with it:
https://www.youtube.com/watch?v=-eHkD3HMLFs
The docs doesn’t seem to be available anymore, so I cannot check, but have only used a simple ‘qr’ in the symbol list and it usually works well.
qrscanner.show { listener = qrListener, symbols = { 'qr' }, strings = { title = s.str("Scan the QR code!") } }
Do you have any explanation why the attached QR image is not readable?