0

I use phonegap 2.8.1. I load a page from a url which has appcahe enable for html5. Page loads correctly.

If I turn the wifi off when accessing with

window.location.href = 'http://192.168.0.20/myapp';

it says that it cannot find the server rather then loading the cached version.

Any hints?

thanks

4

1 回答 1

1

我认为这是 iOS/智能手机的限制,而不是您的应用程序。根据使用 HTML5 应用程序关闭设备连接(例如进入飞行模式)时的经验,操作系统不再尝试加载您的应用程序。

如果您有兴趣,可以在 w3c http://www.w3.org/community/fixing-appcache/上关注对应用程序缓存的更改,但我没有看到任何提及此行为

于 2013-06-17T08:51:14.823 回答