使用visual studio在phonegap应用程序中实现QR码扫描程序?

时间:2014-04-13 18:56:11

标签: android visual-studio-2012 cordova phonegap-plugins barcode-scanner

我正在使用Visual Studio 2013中的Phonegap构建应用程序,我尝试使用这个QR代码阅读器插件: https://github.com/wildabeast/BarcodeScanner/
我在用  build.phonegap.com构建我的应用程序。

到目前为止它不起作用,应用程序无法识别它。 如何在我的应用程序中实现QR码扫描器?

1 个答案:

答案 0 :(得分:3)

由于你使用的是build.phonegap.com,你需要使用他们的插件版本。

请参阅https://build.phonegap.com/plugins/261

您可以通过编辑config.xml来使用此插件

<gap:plugin name="com.phonegap.plugins.barcodescanner" version="1.1.0" />