When I added appcache to my webapp running under jQuery mobile, all ajax calls requesting json files from my dining room server stop. My manifest file is as follows:
CACHE MANIFEST CACHE: index.html scripts/jquery-1.7.1.min.js scripts/jquery.flot.min.js scripts/jquery.flot.threshold.min.js scripts/jquery.mobile-1.0.1.min.js styles/jquery.mobile-1.0.1.min.css styles/touchStyles.css styles/styles.css NETWORK: index.appcache dataFetchAndDraw.js initJson
If initJson is one of the calls that will not work. I tried to enter the full address (aaa: bbb: ccc: ddd: 6565 / initJson) also without success.
In my .htaccess file, I have only one line:
AddType text/cache-manifest .manifest
source share