gruhn / vue-qrcode-reader

A set of Vue.js components for detecting and decoding QR codes.
https://gruhn.github.io/vue-qrcode-reader
MIT License
2.1k stars 335 forks source link

QR does not read on iPhone SE. iOS 14.4 #234

Closed woottonn closed 3 years ago

woottonn commented 3 years ago

iOS 14.4. iPhone SE. Using Safari. QR does not get read, you see the red box as if it is attempting to read the code, but it doesn't. Works fine with other browsers installed on the phone.

Issue is reproducible with the demo. (https://gruhn.github.io/vue-qrcode-reader/demos/DecodeAll.html)

gruhn commented 3 years ago

Can't reproduce. If you see the red box, the QR code was successfully detected. Could it be that the QR code you tried to read just encodes empty string or maybe a bunch of spaces? If so try a some of these:

https://www.google.com/search?q=qrcode&source=lnms&tbm=isch&biw=1920&bih=949

Otherwise please provide the QR code you tried to scan.

woottonn commented 3 years ago

Hi gruhn.

It seems that it is now working, very strange. I tried using chrome and other browsers and they worked fine on that phone. Then today, for whatever reason (without installing any updates) it is now working. Who knows! Thanks for getting back to me.