cordova Failed to load webpage with error:The operation couldn`t be completed (NSURLErrorDomain err

Failed to load webpage with error:The operation couldn`t be completed (NSURLErrorDomain error -999)错误的解决办法?

情景:我们使用的是cordova做android和ios的跨平台html5 app

使用的js:dojo mobile

在加载首页index的时候,直接在index中判断是否存的有值,如果有就自动登录(window.location.href="")

遇到的情况是:进入index的时候,页面卡死,进入不了下一页面。

解决办法:去掉<script type="text/script" src="cordova.js"></script>,页面就能跳转到下一页了。

猜测:可能是cordova没有加载完成就跳转到下一页面引起的问题。

你可能感兴趣的:(cordova Failed to load webpage with error:The operation couldn`t be completed (NSURLErrorDomain err)