I\'m trying to add the Phonegap Barcode scanner plugin to my Phonegap app. I\'m primarily developing for windows phone 8 but I also want to target the ios and android platfo
Try using the ZXing Barcode Scanner for Windows Phone. It works quite well.
http://silverlightzxing.codeplex.com
You can call the class you create using PhoneGap. Then let the native plugin for ZXing do all the heavy work, and return back the code scanned to you in Javascript using the success function.