How to read barcodes using Android Phonegap?

梦想的初衷 提交于 2019-11-29 01:33:35

问题


I want to scan barcodes using Android Phonegap. How can I do this ?


回答1:


Check out the PhoneGap barcode tutorial here. It will take you step by step to creating a sample app with zxing via the PhoneGap plugin from purplecabbage.




回答2:


  • You would have to build a Phonegap plugin which implements the zxing library.
  • Or use the pre existing BarcodeScanner plugin which is MUCH easier.


来源:https://stackoverflow.com/questions/5840996/how-to-read-barcodes-using-android-phonegap

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!