Tagged Questions
0
votes
1answer
38 views
GWT-app permutation script not cached on iOS devices when web-app capable
Recently I discovered a problem relating to caching in my GWT app when running on iOS 6.x devices in web-app (fullscreen) mode. The problem is that iOS seems to ignore my cache policy directives on ...
1
vote
1answer
456 views
What is the maximum cache size for iOS6 web apps and how can I extend it?
I'm building a web app especially for the iPad (running iOS 6+) showing the product collection of a company.
It all worked perfectly using HTML5's "cache.manifest" file. But since the cache has grown ...
1
vote
1answer
2k views
How To: Home Screen Apps and offline usage on ios 6 – cache manifest obsolete?
Since apple's ios update to ios 6 data/local storage for Web Apps and Home Screen Apps is handled differently than before. Before ios 6 they shared the same data. Now home screen apps have their own ...
2
votes
1answer
3k views
strange behaviour with cache.manifest / offline usage of web app saved to home-screen on ipad ios6
I just discovered some strange behaviour on iPad with the new iOS 6. I'm testing a web app for offline usage. The web app is no more than a static website with a cache manifest, so no special ...
1
vote
0answers
569 views
IOS 6 Cache Manifest
I'm noticing some oddities now that I'm checking out the iOS 6 <--> OS X Web Console. It seems that when I update a css file that's supposed to be cached, iOS 6 downloads the new version ...