Ionic App 启动时报Application Error - The connection to the server was unsuccessful
Posted 郭欢欢
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ionic App 启动时报Application Error - The connection to the server was unsuccessful相关的知识,希望对你有一定的参考价值。
最近在更新App的时候,发现在华为手机上报这个错误,有点困惑,查找资料分析,大概原因是程序在加载index.html网页时,加载的资源过多,造成时间超时,
这个时原因分析https://stackoverflow.com/questions/12319809/application-error-the-connection-to-the-server-was-unsuccessful-file-andr
具体的解决方案是在config.xml文件中添加如下延时设置:
<!--解决程序启动问题:Application Error - The connection to the server was unsuccessful--> <preference name="loadUrlTimeoutValue" value="700000" />
以上是关于Ionic App 启动时报Application Error - The connection to the server was unsuccessful的主要内容,如果未能解决你的问题,请参考以下文章
springboot启动时报错 错误: 找不到或无法加载主类 com.xxx.xxx.Application
Flask 学习-60.解决celery 启动报错Unable to load celery application
Ionic/Cordova Web App - 启动时出现 index.html 错误