我在Cordova应用程序中使用JS类,如下所示:` class CustomerController { this.cs = new CustomerServicesthis.customerModelObj = new CustomerModel();
} 然后,我以<script src="customerController.js"></script> in myindex.html`的身份调用了customerContr
我正在尝试从我的本地服务器(使用httpd插件)在App浏览器中加载内容。网页来自https,而本地服务器当然正在加载http。somewebpage was not allowed to run insecure content from http://127.0.0.1:8080/javascripts/somejsfile.js