QR Code Scanner?

Does anyone know if there is a way to place a QR code scanner into your site. I’d like to add it to an app prototype I’m working on, but not very well versed at the technical aspects of doing so. Can anyone help?..like…step by step help? :slight_smile: Please and thank you!

Good Old Nick has ya covered...

1 Like

Thank you! I’ll read up on this and try to get it implemented!

Did you want a QR code reader or just a way to make QR codes?

You can create a reader by accessing the getUserMedia API and using some javascript but unfortunately this is only available on Firefox and Chrome and I think Safari IOS but I may be wrong there.

D

1 Like

I was looking for a way to implement this QR Code READER into an app that I’m designing. iOS compatibility would be optimal but I’d also like to include Android functionality.

This might be the best blend of ease of use and cross-device support: https://github.com/phonegap/phonegap-plugin-barcodescanner