Can anyone help or explain how QR code would work using HTML5 and MVC3?
Can it be scanned using laptop webcam or will only work on mobile sit?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no public camera API in HTML5 as is in a web browser.
For now, you can use frameworks embedding HTML5 to native apps to do this.
An example:
http://phonegap.org
ZBar QR code scanner for Phonegap
http://blog.infoentropy.com/Use_ZBar_barcode_reader_with_PhoneGap
The payload of QR code can be any text, but it is usually a HTML link.