我正在寻找将某种条形码扫描仪集成到手机应用程序中.我只需要了解所有主要平台(iOS/Android/Blackberry/WP7)是否可行?
编辑:通过条形码扫描,我的意思是通过相机扫描条形码.
谢谢!
我们已经制作了BarcodeScanner插件:
Android https://github.com/phonegap/phonegap-plugins/tree/master/Android/BarcodeScanner
iOS https://github.com/phonegap/phonegap-plugins/tree/master/iPhone/BarcodeScanner
黑莓 https://github.com/phonegap/phonegap-plugins/tree/master/BlackBerry/BarcodeScanner
我们还没有WP7的插件,但我会给Jesse发一封电子邮件,也许他会接受它,因为WP7的支持正在快速增长.
PhoneGap中的Windows Phone条码扫描器插件我们现在有条码扫描器的phonegap插件.你可以在这里查看:https://github.com/phonegap/phonegap-plugins/tree/master/WindowsPhone/BarcodeScanner
另一种选择是Scandit 条形码扫描仪SDK.Scandit附带适用于iOS和Android的PhoneGap插件(目前不支持WP和Blackberry),还有一个免费的社区版.这里提供了教程和演示应用程序:
iOS:http://www.scandit.com/support/getting-started-with-the-scandit-phonegap-plugin-for-ios/
Android:http://www.scandit.com/support/getting-started-with-the-scandit-phonegap-plugin-for-android/
Scandit还解码模糊图像,如果应用需要在低端手机(如许多Android手机)或没有自动对焦相机(iPad 2,iPod Touch,......)的设备上运行,这一点非常重要.
(免责声明:我是Scandit开发人员之一.)