我按照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" />