dwa012 / html5-qrcode

A cross platform HTML5 QR code reader.
749 stars 305 forks source link

Does not work in iOS or WP #15

Open jarigit opened 9 years ago

jarigit commented 9 years ago

Has anyone succeeded to use html5-qrcode on iOS or WindowsPhone devices? I guess the main problem is the known issues with getUserMedia: http://www.html5rocks.com/en/tutorials/getusermedia/intro/

dwa012 commented 9 years ago

If you can find another tool to replace getUserMedia for those platforms, then you can create a PR.

At this time Safari and IE did not implement the function.

ghost commented 9 years ago

It's a sad story

darkshades42 commented 8 years ago

Why you can't use that function on iOS, there is a work around. You have the user take a picture of the QR code, and they get the content from it. See: http://stackoverflow.com/a/31935989/5385875.