cozmo / jsQR

A pure javascript QR code reading library. This library takes in raw images and will locate, extract and parse any QR code found within.
https://cozmo.github.io/jsQR/
Apache License 2.0
3.67k stars 606 forks source link

Access to the camera for Chrome on iOS #127

Closed brovikov closed 5 years ago

brovikov commented 5 years ago

It works good for all browsers on Android. But for Chrome and FireFox on iPhone it not connecting to the camera. Even not asking permit. Any idea how to fix that?

kimdah3 commented 5 years ago

It seems camera access only works in native Safari and not in other browsers on iOS-devices. Chrome and Firefox are not able to access iPhone Camera

cozmo commented 5 years ago

From my understanding what @kimdah3 said is correct. That said jsQR isdesigned to be completely independent from webcams, and as such I'm not going to be super helpful in debugging webcam issues. As such I'm closing this issue, but if you think this is in error or if you have additional questions please comment/re-open.