dwa012 / html5-qrcode

A cross platform HTML5 QR code reader.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

navigator.getUserMedia() is deprecated android chrome version 50.0.02661.89

EmmanuelDLG opened this issue · comments

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

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.