iOS PhoneGap zxing 二维码扫描插件
我正在寻找一个带有 iOS 的 zxing QR 扫描功能的库。目前最好的选择是什么?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我正在寻找一个带有 iOS 的 zxing QR 扫描功能的库。目前最好的选择是什么?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
这个问题有点令人困惑 - zxing 是一个QR扫描库。如果您的意思是您正在寻找 zxing 的 iOS 版本,请尝试 Google 版本:
http:// /code.google.com/p/zxing/downloads/list
我知道它们看起来都是适用于 Android 的,但是如果您下载 ZXing-1.7.zip,它包含适用于多个平台(包括 iOS)的代码(虽然最后的代码库有点混乱我检查的时间)。
编辑:抱歉,没有看到有关 PhoneGap 的部分(可能应该在问题中提及,而不仅仅是标题)。我不知道现有的 PhoneGap 插件,但如果您能让 iOS ZXing 示例正常工作,您可能可以轻松地自己编写一个插件。
The question is slightly confusing - zxing is a QR scanning library. If you mean you are looking for an iOS port of zxing then try the Google one:
http://code.google.com/p/zxing/downloads/list
I know it looks like they're all for Android, but if you download the ZXing-1.7.zip it includes the code for multiple platforms including iOS (although the code base was a bit of a mess last time I checked).
EDIT: Sorry, didn't see the part about PhoneGap (should probably mention that in the question, not just the title). I don't know of an existing PhoneGap plugin, but you can probably write one yourself easily enough if you can get the iOS ZXing examples working.
在phonegap-plugins github存储库此处中有一个适用于Phonegap的iPhone条形码扫描仪插件。根据readme,它使用zxing。
There is an iPhone Barcode Scanner plugin for Phonegap in the phonegap-plugins github repository here. According to the readme, it uses zxing.