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

Demo does not work on Microsoft Edge #140

Open jsid72 opened 5 years ago

jsid72 commented 5 years ago

I have followed the demo on https://cozmo.github.io/jsQR to include jsQR in my project. But lately I found that jsQR works on all browsers on my Windows 10 desktop except on Microsoft Edge (v 41.16). The demo does not run on Edge. I tried to find what might be going wrong and noticed that Edge is returning both video.videoHeight and video.videoWidth as zero. I don't know what can be done about. I know it is not directly a jsQR issue but perhaps there could be some ideas which can also be used to fix the demo.