PhoneGap开发出现 Application Error - The connection to the server was unsuccessful.

来源:互联网 发布:软件企业资质有哪些 编辑:程序博客网 时间:2024/06/05 16:15

在PhoneGap开发时,出现在跳转页面的时候会出现:Application Error - The connection to the server was unsuccessful. (file:///android_asset/www/index.html).

解决方法:

将页面跳转的超链接

<a href="homepage.html">···</a>

改为:

<a onclick="javascript:window.location.href='homepage.html'">···</a>



1 0
原创粉丝点击