dwa012 / html5-qrcode

A cross platform HTML5 QR code reader.
746 stars 306 forks source link

navigator.getUserMedia() is deprecated android chrome version 50.0.02661.89 #41

Open EmmanuelDLG opened 8 years ago

EmmanuelDLG commented 8 years ago

hi, Navigator.getUserMedia() is deprecated, and does not work any more on Android Chrome since the version 50.0.02661.89 It still working on the chrome desktop version, but not on the Android version.

At least the javascript files: -adapter.js -html5-qrcode.js

are impacted, many more

Rambou commented 8 years ago

Yeap. Someone should correct this and create a Pull Request! Navigator.getUserMedia() can be replaced by https://github.com/addyosmani/getUserMedia.js for crossbrowser support.