Cordova总是弹出Connection to server was Unsuccessful
2017-03-18 13:10 神马木牛 阅读(1868) 评论(0) 编辑 收藏 举报开发环境: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