Cordova總是彈出Connection to server was Unsuccessful


開發環境:Cordova版本:6.x

    安卓版本:6.0

解決方案一

    在config.xml中添加以下內容:

<preference name="LoadUrlTimeoutValue" value="70000"/>

 

 

 

 

 

解決方案二:

    新建一個index.html,在里面添加如下內容:

 

 

 

 

其中main.html為原先的index.html

Reference:

http://stackoverflow.com/questions/23514622/cordova-connection-to-server-was-unsuccessful

https://cordova.apache.org/docs/en/latest/config_ref/index.html#preference

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM