如何在android中使用phonegap在webView中实现条码扫描器?

时间:2013-01-10 16:37:02

标签: android cordova android-webview phonegap-plugins

我按照tutorial配置我的项目以使用cordova(也称为phonegap)2.3.0。

如果我使用CordovaWebView从我的服务器加载网页(我不确定我是否可以简单地使用WebView)。

webView包含一个名为“条形码扫描仪”的按钮。如何实施条形码扫描器插件,允许网页使用我设备上的相机扫描条形码?有教程吗?

webView xml如下所示。

<org.apache.cordova.CordovaWebView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
style="?android:attr/textAppearanceLarge"
android:id="@+id/detailitem_detail"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="16dp"
tools:context=".DetailFragment" />

1 个答案:

答案 0 :(得分:1)

link显示了如何做到这一点。它也很容易。

Plus PhoneGap实现了所有主要平台