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