LazarSoft / jsqrcode

Javascript QRCode scanner
http://www.webqr.com
Apache License 2.0
3.96k stars 1.16k forks source link

Does not work on android tablet #69

Open Drakmond opened 6 years ago

Drakmond commented 6 years ago

I managed to implement the webqr.js in my project and since web works perfectly but when I try to scan from a tablet with android 4.4 does not work. The camera d ela tablet if it reads codes with other apps but it does not do with this implementation. Is there a manual of options or can I modify to fix this?

maxg0 commented 6 years ago

IIRC this requires webrtc so you won't have much luck using chrome without https. Are you using https?

escalope commented 6 years ago

Same here. On laptop works great. Android fails. My config: Android 6. Firefox 55, but tested also with chrome

A console addon for firefox shows the following errors:

gansky-alexander commented 3 years ago

Hello, guys !

Do you have any solution ? I have same issue and i am using https

gansky-alexander commented 3 years ago

I am using small QR code. If i try to decode it from desktop all works fine, but if i try to scan from phone i get error. I tries to increase a code size with 4 roots and it works from mobile too. But, i need to scan QR codes with 3 roots. Is it possible from phone ? Maybe i need to fix some settings?

@LazarSoft , can you please help with this ?