问题描述
我希望在基于的移动应用中使用QR码。有几种方法可以使用javascript 。
I wish to use QR codes in a PhoneGap-based mobile app. There are several ways to generate QR codes using javascript. I'm using Jerome Etienne's jquery-based solution.
我正在为寻找纯JavaScript解决方案或一组PhoneGap插件,这些平台将读取QR编码
I'm looking for a pure Javascript solution or a set of PhoneGap plugins for the camera-enabled platforms that will read QR encoded data in an image.
到目前为止,我发现的只有。有没有其他解决方案?
So far all I've found is a demo by LazarSoft. Are there any other solutions?
推荐答案
这是目前的条形码扫描库:
This is the current go to library for barcode scanning:https://github.com/wildabeast/BarcodeScanner
现在官方跨平台BarcodeScanner for Cordova / PhoneGap
Now the official cross-platform BarcodeScanner for Cordova / PhoneGaphttps://github.com/phonegap/phonegap-plugin-barcodescanner
这篇关于Javascript QR码阅读库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!