1
我使用Ionic 2應用程序訪問我的移動網站。在config.xml中,我使用以下構造:如何從遠程網站訪問cordova.js
<content src="http://192.168.1.15/mobilesiteapp/" />
所以我不得不打開我的本地網站。但是我需要在index.html文件中加載cordova.js,因爲我需要一些cordova pluguins的函數。 如何做,因爲在我的index.html一個下面的代碼不起作用:
<!-- cordova.js required for cordova apps -->
<script src="cordova.js" />