Android CordovaWebView TIMEOUT ERROR

时间:2014-02-07 07:04:38

标签: android cordova

似乎这个问题很老,许多人会问。但是,我没有得到完美的解决方案。

我试过设置Integer属性,使用“loadUrlTimeoutValue”,10000。但它仍然显示问题。

是否因为手机内存而导致?

请帮我解决这个问题?

提前致谢

1 个答案:

答案 0 :(得分:2)

创建新的主html

 <!doctype html>
<html>
  <head>
   <title>tittle</title>
   <script>
     window.location='./ur_html_file.html';
   </script>
  <body>
  </body>
</html>
你的java代码中的

super.loadUrl("file:///android_asset/www/main.html");