edi9999 / jsqrcode

[deprecated] Lazarsoft's jsqrcode as a node module, object oriented, and with tests
Apache License 2.0
280 stars 63 forks source link

Phonegap #6

Closed julie78990 closed 9 years ago

julie78990 commented 9 years ago

Hi, I'm looking for a QR Code scanner and I would like to know if you ever have tried the plugin in a phonegap project? I tried another plugin which was using Jquery but didn't manage to get it work with phonegap. Thanks in advance

edi9999 commented 9 years ago

The library takes a data URL as input. If you find out how to get the image from the camera in that format from inside phonegap, I'm very confident that the jsqrcode part will work (because it already works in mobile browsers I think)