views:

136

answers:

2

I need to scan a barcode using phonegap in Android and iPhone. Is there a way to do this? If yes, please share links.

+1  A: 

Use Barcode Scanner application to scan the barcode in your AndroidPhone. This will redirect your browser to the downloading site from where you can download the application. You can download the Barcode scanner application from Android market...its free...

Rohan K
I think he meant programatically...
Kris Erickson
+1  A: 

Your going to have a build a Phonegap plug-in, but the hard work has already be done for you by zxing.

Kris Erickson
Hi Can you please give pointers as to how to use ZXing implementation in application. I am unable to make the use the same in my application.
Neha