mebjas / html5-qrcode

A cross platform HTML5 QR code reader. See end to end implementation at: https://scanapp.org
https://qrcode.minhazav.dev
Apache License 2.0
5.1k stars 983 forks source link

[Documentation] Document min browser version for running this library on different browsers. #185

Open ROBERT-MCDOWELL opened 3 years ago

ROBERT-MCDOWELL commented 3 years ago

is there any table of each browser minimum version required to make html5-qrcode work?

mebjas commented 3 years ago

No we don't have that at the moment. The best effort we started on this was -- https://github.com/mebjas/html5-qrcode/blob/master/compatibility.md but it didn't fly.

This would be good to have, can be added to readme directly. It'd be a bit of work to track down all key APIs and then tracking browser support for them. I'll try to list down all the key APIs in this issue - would be happy to review if someone can help track down min browser supports.

ROBERT-MCDOWELL commented 3 years ago

maybe play with mediaDevices.getUserMedia() to test browsers?