application-cache
Application cache: strange behaviour on iPad
I\'m making a website where a user can say which items he wants to cache. Based on this, a manifest file is generated. By doing this the user can still browse in the website when he is offline. This i[详细]
2023-04-08 06:42 分类:问答App cache manifest on CDN?
I\'m reading through details on HTML5\'s app cache manifest (especially from this excellent article). I\'m curious if this idea would work:[详细]
2023-04-06 04:58 分类:问答Chrome reporting html5 cache manifest mime type incorrectly
I\'m trying to set up a cache manifest for a site and am having little luck. A demo page is here: http://www.matthewlehner.ca[详细]
2023-04-04 04:57 分类:问答AJAX not working with cached iPhone webapp
I just made an offline iPhone webapp with the application cache. But the AJAX-calls made wit开发者_StackOverflow中文版h the cached JS-file don\'t work anymore.[详细]
2023-04-04 01:28 分类:问答HTML5 Offline Appcache Updates Not Showing In Firefox
I have an index.php file in my docroot.It produces output that starts with this: <!DOCTYPE html>[详细]
2023-04-03 00:02 分类:问答How to disable HTML5 application cache in Firefox specifically
Since Firefox is prompting the user to store data when using the HTML5 application cache, I want to disable it in Firefox to avoid the prompt notification.[详细]
2023-03-31 15:31 分类:问答Programmatically clear HTML 5 application cache in log-on/log-off scenario
HTML 5开发者_StackOverflow社区 offline logic is encapsulated in window.applicationCache object. However it looks like it\'s not possible to programmatically clear cache data, for example, when user lo[详细]
2023-03-19 05:40 分类:问答When is the iPhone app cache is cleared?
I\'m working on an app that lets users record voice (among other things) to the Documents directory of the app. But when I\'m recording the voice, I\'m recording to the caches directory of the app and[详细]
2023-03-07 16:57 分类:问答How to clear Application cache (HTML5 feature) using JavaScript?
Our Web-Application uses Application cache (cache manifest) to restore HTML page and resources in off-line mode. HTML-pages have sessionIDs as params in URI. So, after each logout and login action new[详细]
2023-03-01 17:25 分类:问答dojo and the offline application cache
We\'ve been working on an offline capable JavaScript applicaion using Dojo and the storage and offline capabilities available in newer browsers.[详细]
2023-02-23 05:37 分类:问答