The Application Cache (or AppCache) allows a developer to specify which files the browser should cache and make available to offline users. Your app will load and work correctly, even if the user presses the refresh button while they're offline.

learn more… | top users | synonyms

0
votes
0answers
6 views

Access Uncached Files with HTML5's AppCache?

I have been trying to figure out HTML5's new AppCache, but I feel extremely limited here. Let's assume that I have a website with four pages: index.html about.html portfolio.html contact.html I ...
0
votes
0answers
8 views

Application cache html5 if file not cache try to go online

So I'm in the middle of a website which has to be accessible offline. To do so I'm using the appcache html5 feature. Everything works pretty good, my website is all cached without any problem. I ...
0
votes
1answer
12 views

HTML5 Cache usage with Querystring

i have a problem with the HTML5 caching. Here is a brief explanation about the thing i'm trying to do: I have a webpage(.aspx) to create and store a form. I'm using 2 different webservices in my ...
0
votes
1answer
24 views

Adding a NETWORK section to HTML5 manifest file and accessing iPhone web-app in airplane mode

The facts I'm building an HTML 5 responsive website with an offline mode. To do that, I'm using a manifest file with a FALLBACK section and the browser's localStorage to store the pages that the ...
0
votes
0answers
7 views

offline cache manifest but get “err_internet_disconnected”

I've set up a Cache Manifest for my app. I try running it in Chrome for Android in airplane mode, but I get a generic Chrome error "err_internet_disconnected." Shouldn't the cache manifest kick at ...
0
votes
1answer
35 views

HTML5 appcache: images in CSS

Let's say I have a website with following pages: www.server.com/index.php www.server.com/anotherPage.php www.server.com/css/style_for_index.css www.server.com/css/style_for_anotherPage.css ...
0
votes
0answers
18 views

firefox displays fallback page for files mentioned in Network section that not be cached

We are using HTML5 offline cache. We have polling code that checks whether the user in connected or disconnected to server/network. The online detection is done by calling one test jsp page which is ...
0
votes
0answers
15 views

Application Cache intermittently fails with status 0

I've found several "cache status 0" questions, but none that fit my scenario. I have the application cache working most of the time. But occasionally on mobile devices (various browsers and OSes) it ...
0
votes
1answer
26 views

html5 offline cache is caching all files instead of cached files that are listed

I am trying to use offline caching of html5. But problem is it is caching all html files and not the ones I mentioned in cache manifest file:For ex: I have 4 html files: index.html, test.html, ...
0
votes
0answers
70 views

How to clear application cache for iphone5 using jquery?

I created the web app(iphone 5) for student details using jquery mobile, HTML5 and css. It contains five pages.If i worked in the browser then its working fine, but when i used the web app then newly ...
0
votes
0answers
15 views

What types of files get deployed with FTP Publish Option VS2010

I'm publishing a website with VS2010 using FTP. Even though the .appcache file is included in the project, it is not getting deployed. Is there a setting for this?
0
votes
0answers
15 views

Use appcache with Chrome frame (or detect that it doesn't work)

We are building a web-application that will be used offline, using the Application Cache (and a lot more stuffs). The thing is, we wanted to ask our users with old IEs to use Google Chrome Frame, ...
0
votes
0answers
69 views

how to remover _= while including js files

I am adding a few js files to my page. It is adding _=(random number).js to the js files by default while accessing page. I have added the same files in appcache but when I am accessing from cache ...
0
votes
0answers
31 views

Transfering data over XML for offline webapp

I have a HTML5 offline web app. I have stored all my data in MySQL database in a server. I want to store some list derived from the database in the offline storage. I use XML for that. How can I do ...
0
votes
1answer
15 views

html5 cache manifest setting up

According to the manual I read online, in order to use cache manifest, I need to do the following two steps: 1. I need to add 'AddType text/cache-manifest .manifest' in a .htaccess file. the question ...
0
votes
0answers
18 views

How to inspect the HTML 5 application cache on iOS

Is there a way to inspect the HTML 5 application cache of an website which is linked on the homescreen by an icon?
0
votes
0answers
27 views

appCache FALLBACK doesn't work on the url provider of the manifest file

I have using the appCache manifest feature to enable the offline mode, everything works well unless one point: i have a single page appliaction, the user download the manifest file from it (let's say ...
0
votes
1answer
31 views

Appcache offline

We are working on content loading where in case if we are connected,the content should be brought from network. If we go offline, it should bring from cache. what settings should we do perform this. ...
0
votes
1answer
104 views

How can I clear the application cache in IE10?

In Internet Explorer 10, how can I manually clear the application cache for a Web page?
0
votes
1answer
78 views

HTML5 `favorite` offline caching

I'm currently building an application with which you can create playlists of song lyrics and cache them for use offline. You can also cache your favorites (JSON array). Now, because the favorites are ...
0
votes
0answers
31 views

Can we add HTML5 local cache support for another web application iOS?

Please pardon me if this question doesn't make sure. At this point, we are looking for ways to enhance another web application for offline cache support by adding some plugin/html5 local cache. There ...
0
votes
0answers
24 views

How do I retrieve Google Chrome's Local Storage and Cookie info

Firefox has an addon called SQLite manager which is great. Is there anything like this for Google Chrome?
0
votes
0answers
24 views

How to go every time Offline in html 5 app

I am developing a single page application using jquery mobile and html 5 offline features. what i need to do is ,even if the network connection is available application should work in offline ...
0
votes
1answer
25 views

Prevent application cache from being discarded after cache manifest returns 404

I've created a web app and placed it on our intranet web server. If an iPad loads the app while on the intranet network, the app works. If I turn on airplane mode, the app works in offline mode. ...
0
votes
0answers
69 views

Android 4.0.1 AppCache Update

I have two html pages , index.html and app.html and have included the manifest attribute in index.html (the manifest file also includes app.html ). In the callback of application cache events binded ...
0
votes
0answers
66 views

Dojo Xhr: Result Content is Not Appearing until there is a mouse click anywhere on page

i'm building an offline application with Dojo 1.7, using Dojo RDD, generating forms dynamically and storing them in cache. now every time when i fetch something through ajax i have to remove dojo ...
0
votes
0answers
69 views

Appcache for blogs/dynamic content

I'm in the process of optimizing our mobile site and i'd like to allow our users to view content offline. HTML5 Appcache seems like the best option for this but all use cases that i've seen show ...
0
votes
0answers
23 views

is it possible to update the cache manifest file after it has been downloaded?

We are building an ASP.NET MVC 4 web application. We are researching potentially using the cache manifest capabilities of html5 to provide our user with a limited offline experience. All is good for ...
0
votes
0answers
73 views

Django and Tastypie + Appcache = ajax requests are not working. Help please

Here is my problem. I have an HTML offline app that works fine without app caching but when I use app caching (i.e. a manifiest file) the ajax requests to my Tastypie api won't work. When a user ...
0
votes
0answers
107 views

Meta Viewport not working on iOS Safari when document is loaded from .appcache

I'm having a problem when trying to load a web page with a hardcoded <meta name="viewport" content="width=420" /> in mobile Safari on iPhone. The first time it works perfectly, but the next time ...
0
votes
0answers
38 views

HMTL5 offline caching not working when redirects for authentication

I am using HTML5 offline caching in my ipad application. The application has an centralized server for authentication. Whenever a URL is requested it is authenticated and then only web server is ...
0
votes
1answer
68 views

Appcache Manifest not working

I have the following appcache manifest: CACHE MANIFEST # Cache Manifest timestamp: 1361723106 CACHE: offline.html offline2.html offline.manifest.php NETWORK: * FALLBACK: / offline.html I am ...
0
votes
1answer
19 views

Reading the URL that triggered a fallback when offline

I have a web app that is running offline on a device with no network connection. The HTML5 AppCache loads resources and page URLs that are needed, but when the user selects a page that has not been ...
0
votes
0answers
85 views

GWT and Google App Engine Blobstore / Blobservice Offline Caching

I've got an html5 (gwt) app working offline, but i couldn't get my blobstore working offline. I understand that there is no connection to the server, and the request can't be handled. But is it ...
0
votes
0answers
46 views

Appcache caches pages that are not included in manifest

I have a codeigniter site and i want to store the following files via appcache: jquery.js, style.css and offline.html (fallback). So, naturally, manifest file looks like the one below. my manifest ...
0
votes
0answers
274 views

HTML5 AppCache: how to implement offline mode if server isn't accessible but network is accessible

By design HTML5 Offline support (AppCache) works if client device is offline or client device is online and server is accessible. After that I cached the application and reopened it in the browser (of ...
0
votes
0answers
116 views

HTML5 LocalStorage or AppCache

G'day, I am am trying to work out whether it is possible to cache / store locally different files for different users using the HTML5 data storage API's. I am working on a project where we would like ...
0
votes
0answers
145 views

HTML5 App Cache don't work in Opera Mobile 12.1.4 and Android 2.2 browser

I have made an HTML5 App Cache for an mobile chat application, it is working perfect in Desktop browsers, but not working in Android 2.2 default browser and last version of Opera Mobile. What I am ...
0
votes
1answer
228 views

Chrome app cache doesn't work on first load, only on refresh

Our offline app works great in Firefox, but over the past month or two it's had various problems in all recent version of Chrome and Chromium. This is the latest issue I'm seeing in Chromium ...
0
votes
1answer
159 views

Chrome not updating CSS file for offline-enabled HTML5 website

I have an offline-enabled website that uses a cache manifest. I'm finding with Chrome that it is serving an older version of my stylesheet, even if I do a "Empty Cache and Hard Reload" If I append ...
0
votes
1answer
35 views

HTML5 Application Cache need explantion

Can someone show a complete example of application cache with html, css, js, appcache file including CACHE, NETWORK and FALLBACK section. Also updating the manifest. Where should the coding be ...
0
votes
2answers
91 views

Application cache

I tried to execute the following set of coding which is already in w3schools index.html has the following codings <!DOCTYPE html> <html manifest="demo_html.appcache"> ...
0
votes
1answer
274 views

Making HTML5 app available offline

I am working on an HTML app for a client. The entire app front end is done with 1 HTML file, 1 Javascript file, 1 CSS file (plus jquery) and a few images. There are a few php scripts sitting on the ...
0
votes
0answers
61 views

rack-offline Gem:How to exclude certain files from caching

I am using the gem rack offline( https://github.com/wycats/rack-offline) in my rails app for offline caching. Due to some reason I need make sure that certain HTML files are never cached offline and ...
0
votes
1answer
442 views

IE10 - unable to prevent cache for iframe

I have modal boxes on a page are opening dynamic content in iframes. <a href="popup.php?id=52" rel="modal">Link 1</a> (fixed id) <a href="popup.php?id=53" rel="modal">Link ...
0
votes
0answers
226 views

Cache Manifest with Google Maps and KML file

I've been trying to cache google maps using cache manifest in html5 for an IOS app I'm working on through AppMobi. I've tested the ad hoc version of the app and it works perfectly whilst online ...
0
votes
0answers
142 views

android browser applicationCache xhr get failed async=false status=0 readyState=4

I have an app that uses the application cache, that I am trying to run in the android browser (android 4.0.4). Starting with an empty cache, the application loads fine, dojo loads and the dojo object ...
0
votes
1answer
164 views

Android 4.0.4 - WebView - Appcache: wildcard does not work in NETWORK section

I want to clarify in manifest that AJAX-calls to web-services only get executed when online. For that I used the NETWORK section of the manifest: NETWORK: /WebServices/* But this causes calls of ...
0
votes
1answer
219 views

More Odd Firefox Cache Manifest Behavior: Redirect to Outside Domain Results in 404 Failure

I have an HTML5/Javascript (PHP/MySQL on the server) app with a cache manifest and it runs fine on almost all mobile and desktop browsers except for Firefox. When I remove the cache manifest, it ...
0
votes
1answer
164 views

Cache manifest - edited pages not updating

I have a problem with using the appcache. I have it working, but it is working too well. I am using it on wordpress and the problem is that the browser is serving up the cached pages so when I ...