BarcodeScanner on Phonegap / Cordova?

3

I can not find a barcode reader plugin through the camera phone that works. I think I've tried all the possible options. The last one I tested is the link

I followed these steps:

cordova platform add android
cordova platform build
plugman install --platform android --project --

link

The plugin is installed successfully, but after generating apk , move to the phone, the project does nothing, the camera does not open.

Has anyone managed this plugin to work? Or another similar plugin that reads barcodes / Qr Codes?

    
asked by anonymous 19.05.2015 / 15:51

1 answer

1

I was working with André on looking for this plugin, so (and for future searches) I share here the only plugin I found that worked on Android: PhoneGap Barcode Scanner Plugin with Eclipse and Applaud .

    
21.05.2015 / 12:40