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