navigator.getUserMedia() is deprecated android chrome version 50.0.02661.89
EmmanuelDLG opened this issue · 1 comments
EmmanuelDLG commented
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
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.