使用移动应用中的网络应用插件

时间:2015-06-22 06:50:07

标签: android angularjs cordova mobile ionic

我正在构建一个移动应用程序,所有它都会调用Web应用程序,这将是应用程序本身。 我正在使用离子,科尔多瓦,角... ...

移动应用程序非常简单,只需:

<content src="http://1.1.1.1:8080/testWeb/www/index.html"/>

在网络应用中,我正在尝试进行简单的条形码扫描。 在Android上模拟应用程序时,我使用扫描按钮进入Web应用程序但是当我单击它时出现以下错误:

ReferenceError: cordova is not defined
at Object.scan (ng-cordova.min.js:7)
at Scope.$scope.scanBarcode (testControllers.js:8)
at $parseFunctionCall (ionic.bundle.js:21044)
at ionic.bundle.js:53458
at Scope.$get.Scope.$eval (ionic.bundle.js:23100)
at Scope.$get.Scope.$apply (ionic.bundle.js:23199)
at HTMLButtonElement.<anonymous> (ionic.bundle.js:53457)
at HTMLButtonElement.eventHandler (ionic.bundle.js:11713)
at triggerMouseEvent (ionic.bundle.js:2863)
at tapClick (ionic.bundle.js:2852)

我只需要进行条形码扫描,但我希望它可以通过网络应用而不是移动应用来完成。

有什么建议吗?可能吗?

感谢。

0 个答案:

没有答案