19

I want to build a web app (Html5 + Javascript, NO flash) than, using the smartphone camera, scan a QR code, and sends the result to a server. Is that posible?

Thanks!

Imaky
  • 1,227
  • 1
  • 16
  • 36
  • 1
    Yes, yes it is possible: http://stackoverflow.com/questions/11625415/how-to-create-qr-code-reader-in-html5-website hope that helps. – ddoor Jan 30 '13 at 03:06

1 Answers1

13

Yes, yes it is possible:

How to create a QR code reader in a HTML5 website?

hope that helps.

There would be lots of libraries and examples out on the internet. I would suggest googling it and checking out some open source projects.

Community
  • 1
  • 1
ddoor
  • 5,819
  • 9
  • 34
  • 41