The Phonegap Barcode Scanner don't recognize any barcode on windows phone

前端 未结 1 1335
粉色の甜心
粉色の甜心 2021-01-07 23:49

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

相关标签:
1条回答
  • 2021-01-08 00:25

    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.

    0 讨论(0)
提交回复
热议问题