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
2answers
153 views

How can I convert my gwt app thats hosted on app-engine into a installable mobile app?

Currently my app is created in Eclipse using GWT and Coded in Java. I have the app hosted on app-engine and all my data is saved in the browser using html5 storage. I want to have this app ...
0
votes
1answer
92 views

HTML5 AppCache - Request more space in Firefox

Is it possible to ask a Firefox (version 15) user for more space (> 5MB) for the AppCache? We're planning to develop a WebApp for a customer with users who are only using Firefox 15 (or IE8) and the ...
0
votes
0answers
63 views

Should I be getting a warning box from the android browser in a cached html5 app when offline?

Using Android 2.3.5 Gingerbread built in browser. Created an offline cached app using html5. When I turn the network off, the pages seem to cache ok but moving from page to page I get a message ...
0
votes
0answers
27 views

Storage space for appcache

How much storage space is allocated to a application if it made offline using HTML5 app cache? and where is this data stored?
0
votes
0answers
137 views

Manifest solution for IE9?

Is there any solution out there which will give HTML5 manifest functionality to IE9? I think this is possible or at least possible enough (maybe combined with some instructions for users about ...
0
votes
0answers
29 views

how (and where) can we load audio track to cache from remote source to edit and send data back?

How, and where,, can we load audio tracks to the browser from a remote source to edit and send data back? Appcache is probably one way, but will it let me modify tracks and then upload it back? If ...
0
votes
0answers
95 views

Android emulator WebView-appcache-access-delay when server is down

I was figuring out why the files in the appcache weren't loaded when server is offline. First I thought i made a mistake - until the end of midday break: After arriving i saw that the page was now ...
0
votes
1answer
484 views

AppCache on Android Devices

I have this weird problem in trying out an appCache website on android phones. I've tested it in a Froyo 2.2 Android device. I'm testing the capability of AppCache on Android phones using this ...
0
votes
0answers
110 views

HTML5 WebSQL and AppCache on Blackberry Playbook

I have a web client that makes use of HTML5, webSQL and appcache. Apparently, it won't work on Blackberry Playbook. It works fine in an android device. I thought playbook supports webSQL, then why ...
0
votes
1answer
110 views

Issue in using application cache

Hi I'm trying to use application cache .As it is documented I'm getting a prompt like : This website() is asking to store data on your computer for offline use . with 3 options : 1.Allow 2. Never ...
0
votes
0answers
137 views

Dynamic pages in application cache re-downloaded on update

All of our dynamic pages return the same static HTML file (generated when we deploy) which links to a cache manifest file containing our JS, CSS, etc. E.g. example.com, example.com/article/1234, and ...
0
votes
1answer
341 views

Issue with using LocalStorage in PhoneGap for Android

To resolve : Application error - A network error occurred. (file:///android_asset/www/messagedetails.html?Id=29) in Android 4.0,I am using LocalStorage. This approach gave me the solution for the ...
0
votes
1answer
179 views

appcache served as text/plain only works in chrome?

I'm working on an application that has a broken manifest file. It's broken in a bunch of ways. One of the ways that it's broken is that it is being served as type text/plain. Safari and Firefox ...
0
votes
0answers
130 views

load content with ajax into cached page

I think it's a bad idea to build a page's primary content with ajax. Why add another http request, when you can build the page on the first request from the server? I have seen a read a few ...
0
votes
1answer
786 views

Html5 cache problems with android webview

Hello i tried to cache my webapplication with my android device. I tried everything but nothing will work. The Cache will not refresh only on android devices and not on other devices! Below you see ...
0
votes
1answer
113 views

Update appcache manifest file version automatically

I have enabled application cache for my web application. Now i need to make sure on every time i generate the war or deploy the application, cache manifest file's version get updated automatically. So ...
0
votes
1answer
614 views

HTML5 AppCache: Browser Refresh Not Working

I'm struggling to get offline files working in Chrome. The first view of the offline page works well, but if I refresh the browser, not so much. Here's the manifest file (which IS being served as ...
0
votes
0answers
373 views

“Manifest fetch failed” error on IIS 5.1

My system OS is Windows XP, its default IIS version is 5.1. I tried to work with appcache in HTML5. When I reload the page, I get a message like this on the console: Application Cache Error ...
0
votes
1answer
3k views

Getting Resource interpreted as Script but transferred with MIME type text/html when I'm offline and requesting css and js files from AppCache

I am developing a web app in which I am trying to use the HTML5 application cache. I can successfully cache the files and load the files from AppCache while online. But when I go offline, all the css ...
0
votes
2answers
179 views

Hosting a GWT Webapp in IIS

I am currently trying to configure an ASP.net Web Application through Web.config, to host a GWT WebApp in a specific folder. I've managed to configure the mimeMap for the .manifest file extension in ...
0
votes
1answer
60 views

Trigger AppCache Download

Is there a way to trigger an application cache download? I've seen several webapps which provide a download for offline storage button, but it seems there's no event for this. Dynamically changing ...
0
votes
1answer
256 views

HTML5 Application Cache manifest file location on hard drive

I have a site which uses HTML5 App Cache and I'm having trouble determining why the cache update started. I haven't made changes or added/removed files. The manifest file is generated dynamically ...
0
votes
1answer
457 views

Appcache manifest - does not load, does not validate

The example application is here: http://web2485.increo.no, with manifest: http://web2485.increo.no/cache.appcache The server is configured with the right mime type for .appcache ...
0
votes
1answer
243 views

Best way to use HTML5 App Cache for caching OGG files for Firefox but MP3 for IE?

Anyone have suggestions on how to best handle using App Cache when you have sets of assets used in one browser but not in another? Example: OGG audio for Firefox and MP3 for IE. I can cache both ...
0
votes
1answer
1k views

AppCache mime type with IIS7

We're hosting a couple of HTML5 games that utilise the offline.appcache feature letting games cache a lot better. To serve the .appcache type however, I had to add the mime type to the server (IIS7) ...
0
votes
1answer
214 views

Cache manifest are not loaded

I want to use html5 manifest file. To cache the mose important things of the website. I have make a manifest file and cache the most important things. I cache the important images that are used in all ...
-5
votes
1answer
22 views

Run offline web app when user is offline

I'm making my web app to run offline. I have made an offline version. Now, I want to let the user know some kind of link to click to go offline page. How I can cache the offline page whereas user is ...

1 2 3 4