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.
9
votes
4answers
2k views
Pre-populate HTML5 offline appcache for a UIWebView in an iOS application
Is it possible to create a UIWebView that has an HTML5 offline appcache pre-populated so that it will work offline even if it is the first time the user is accessing the UIWebView?
If so, how?
I ...
8
votes
1answer
2k views
HTML5 Offline Manifest Stop Caching Page It Is Declared On
I've been playing around with the cache manifest file and trying to get it to stop caching the page that it's declared on.
From HTML5 Rocks
any page the user navigates to that include a manifest ...
7
votes
2answers
4k views
My HTML5 Application Cache Manifest is caching everything
UPDATE:
** I posted this question when this feature was really new, I realize now that this feature should not be used this way unless it is used via JavaScript. but seems like this hack is a great ...
7
votes
2answers
3k views
Removing HTML5 Offline AppCache
I have an HTML document with an associated appcache manifest. But now I want to get rid of offline application caching for a while.
If I remove mention of the manifest from the <html> tag, ...
7
votes
2answers
409 views
What is the difference between HTML5 AppCache and the normal browser cache?
I don't understand the point of the HTML5 AppCache. We already have a normal cache. If you visit a website the first time it'll already cache all the assets. What extra value does the AppCache ...
5
votes
1answer
476 views
Did Apple remove HTML5 cache offline viewing from iOS devices?
I made an HTML5 "webapp" for my company back in April, and at that point, I was able to place is on the homescreen of iPhones and iPads, and save it as a bookmark for offline viewing (Android and BB ...
5
votes
1answer
1k views
Application Cache Error event: Resource fetch failed (-1)
I am trying to store a mp4 video file (rather small ~ 2.5MB) in the local app cache.
Manifest looks like:
CACHE MANIFEST
viddy.mp4
Chrome (22.0.1229.94 m) will log the following in the console:
...
4
votes
1answer
661 views
Make ASP.Net (C#) Web App Available Offline
I have been tasked with making my company's Web App available offline. Before I move to the actual development phase, I want to be sure that my current strategy will not turn out to be a bust.
I ...
4
votes
1answer
242 views
Android Browser Issue with jQuery Ajax and when appcache is used
we are having a problem with the built in browser on Android 4.0, 4.1 and 4.2 (we haven't got anything lower to test on).
The problem is that the ajax call will work perfectly on first load, you can ...
4
votes
1answer
220 views
Appcache for dynamic site
I am trying to use HTML5 Appcache to speed up my web-mobile app by caching images and css/JS files. The app is based on dynamic web pages.
As already known – when using Appcache the calling html page ...
4
votes
0answers
109 views
Force html5 appcache to load on bad connection
I created a webapp with offline application cache which is working fine in flight mode, but when i'm on a bad connection it keeps on trying to load the normal site because the connection is not ...
3
votes
1answer
728 views
Removing HTML5 Appcache Manifest, Permanently
I setup an Application Cache on a site and shortly thereafter realized its way more aggressive that I realized. I want to remove it. Permanently.
I've read that passing a changed manifest file, ...
3
votes
3answers
2k views
How can i store a 50MB video in HTML5's app cache?
I'm developing an iOS offline app, and i'm trying to store a 50MB video for offline viewing. However after properly adding the video's url in my manifest.appcache, I got a console Error saying that ...
3
votes
1answer
697 views
Omit current page from HTML5 offline appcache but use cached resources
For performance purposes, I want to have some of my web pages use resources that have been cached for offline use (images, CSS, etc.) but to not have the page itself cached as the content will be ...
3
votes
2answers
2k views
HTML5 Application Cache not working in ie8+ so need its alternatives for ie
HTML5 Application Cache not working in ie8+, so i need some of the solution which makes my resource available even in offline mode in ie8+ browsers, in all other browsers the html5 appcache is working ...
3
votes
1answer
136 views
How to include external Javascript in GWT offline application
I have a GWT (well, GXT) application that uses an external JavaScript library to add functionality to my app. My application must work offline, too, and herein lies my problem.
I am aware that adding ...
3
votes
1answer
1k views
Disable Application Cache in Chrome and Safari
I’m using the AppCache in order to enable offline access for a web app. The issue is that for development every time I make a change to my JavaScript I also need to make a change to the manifest (in ...
3
votes
2answers
618 views
How do i allow json requests when using HTML5's appcache feature?
When i added appcache to my webapp running jquery mobile, all the ajax-calls requesting json-files from my server stoppet working. My manifest-file looks like this:
CACHE MANIFEST
CACHE:
index.html
...
3
votes
1answer
493 views
Webview AppCache not loading sourced non-html content
I'm using HTML5 AppCache to create an Android web app which can function offline. HTML which sources additional images, stylesheets, javascript and iframes is loaded into a WebView with ...
3
votes
0answers
164 views
How to get error message on a HTML5 Application Cache Error event?
During the caching of my offline webapp I receive a totally valid error which is displayed in the browser console like this:
Application Cache Error event: Manifest changed during update, scheduling ...
3
votes
1answer
335 views
application cache & 404/500 pages
I have a manifest that looks somethin like this:
CACHE MANIFEST
# e4a75fb378cb627a0d51a80c1cc5684c2d918d93e267f5854a511aa3c8db5b1a
/a/application.js
/a/application.css
NETWORK:
*
FALLBACK:
/ ...
3
votes
1answer
721 views
IOS Web App Video Caching Playback Issue (mp4)
Hello, I'm running the most recent version of iOS (5.0.1) on an iPad2 and cannot get the caching of .mp4 videos to work properly.
I've added the necessary listeners to listen for applicationCache ...
2
votes
3answers
262 views
Control appcache download
I've developed an iPad web app that uses the appcache. It's not intended to be a fully offline app but I use the appcache to store large image files so that they're not sent over 3G. Problem is when ...
2
votes
1answer
387 views
html5 appcache load order
I'm creating an app with a number of videos/large images that will use appcache to handle the preloading of them.
Is there a way for me to control what order those assets get loaded? For example, I ...
2
votes
5answers
956 views
How to store 40.000 images using HTML5 or Phonegap?
I have searched a long time for a way to store a large number of images in HTML5, or access them stored locally and display them.
The application is a product ordering and catalog, like an e-commerce ...
2
votes
1answer
45 views
is it safe to keep confidential database table in appcache
I'm going to create a Webapp. As I want to allow the user to login on offline mode. Is it safe to keep confidential tables in Appcache of the browser for offline access?
2
votes
1answer
363 views
Android WebView Application Clears HTML5 cached data on Force Close/Reboot
I have one sample application which has WebView supporting html5 features, i have one website which stores offline data and retrieves offline stored data, but whenever i force close the application it ...
2
votes
1answer
460 views
Azure html5 web app throwing Application Cache Error event: Manifest fetch failed (404)
I ham having problems serving a .appcache file from Azure.
When viewd in Chrome developer tools console, I get the following message
Application Cache Error event: Manifest fetch failed (404) ...
2
votes
1answer
225 views
HTML 5 Cache: window.applicationCache.abort(); doesn't work
i'm working on a little mobile WebApp with an offline mode.
Is there any way to prevent the automatically updating if the manifest file has changed? If the user has a bad internet connection, he ...
2
votes
1answer
315 views
HTML5 Offline limitation of image sizes storage
I'm currently developing an application in HTML5 with the objective of providing users offline access the information. For this, use the technologies manifest appcache (files) and localStorage (data), ...
2
votes
1answer
673 views
HTML5 offline appcache: Force refresh of all content?
My small HTML5 app needs to be re-deployed on a server. I understood I only had to touch the .appcache file to have every browser update to the last version of the files upon next visit.
The manifest ...
2
votes
1answer
80 views
Does HTML5 cache manifest caching work differently than regular browser caching?
Ok, I'm building a PoC for an ASP.NET MVC 4 mobile application that needs to have offline capabilities, and I have several questions about whether I'm designing the application correctly and also what ...
2
votes
2answers
150 views
Cross Origin request blocked by HTML5 cache manifest on Firefox
I am having problems doing some cross-origin requests with Firefox and the application cache.
The error handler of my XHR request get called, and the status of the XHR request is 0.
When I see the ...
2
votes
2answers
175 views
HTML5 Cache Manifest caching request that is not define in manifest
I'm working on Application where I'm required to cache certain request for
So I was toiling with the HTML5 cache
Here my manifest file
CACHE MANIFEST
# ...
2
votes
1answer
917 views
Appcache on Android Webview not downloading sources
I know my web app's appcache works nicely because I've tried it on Chrome, even on Chrome for Android it works, but it doesn't when loading it in my Android app from a webview. I have the following ...
2
votes
0answers
747 views
Firefox does not load page from offline cache manifest, but works fine on Chrome (+ cache manifest troubleshooting tips)
This is basically identical to this SO questions which has not been answered: Offline Web App not caching on Firefox but ok on Chrome
I'm experiencing the same problem and I'll provide a bit more ...
2
votes
1answer
144 views
HTML5: Javascript to force offline cache rebuild?
Following html5rocks' tutorial, I hoped that window.applicationCache.update() would help to force re-building the offline cache.
...
2
votes
0answers
356 views
HTML5 Offline iPad App with Caching videos, PDF, Doc and PPT files
Currently I am trying to build a web app for iPad which needs to be used in places with no internet connectivity. The app is includes some video files, PDF, Doc and PPT files so the total application ...
2
votes
0answers
141 views
Fallback for all pages regardless URL parameters?
I have following FALLBACK section in manifest
FALLBACK:
*.php offline.html
/ offline.html
*/* offline.html
I'm trying it with Firefox and its Work offline feature. This works for any URL like ...
2
votes
1answer
663 views
HTML5 application cache fallback not work in Firefox
I am using Firefox latest (11), and I've set IIS to serve *.appcache as text/cache-manifest, and I've double checked Firefox DID cache my files by looking into both "about:cache" ...
2
votes
2answers
404 views
Application Cache manifest file errors with Windows/NTLM authentication
How are browsers implementing requests for Application Cache manifest files and is it different from how other files are requested?
I ask because I'm seeing behavior I wouldn't expect when using ...
2
votes
2answers
191 views
Device specific resource management in cache manifest
Is there a way to target certain resources in the cache per device.
Im working on an offline html5 audio player. Obviously I have to specify filetypes such as Mp3 for use with webkit and Vorbis for ...
1
vote
1answer
732 views
Is AppCache = Application Cache = Web Storage's LocalStorage?
I'm getting a bit confused by the (varied) terminology for HTML5 offline storage.
I think that AppCache is another name for Web Storage and you specify what will be stored offline via the Cache ...
1
vote
1answer
52 views
My webpage doesn't load changes due to cache
I've tried making use of the caching feature of modern web browsers, but it's working too well. The only way to I can make the browser recache data is by modifying the manifest file.
Sure I can add a ...
1
vote
1answer
79 views
SSL path in appcache network being restricted in Chrome
Seeing some odd behaviour in Chrome, and not sure if it's expected behaviour when using appcache, or just Chrome.
It's a single-page app, powered by our RestAPI, it works fine when the RestAPI is ...
1
vote
1answer
151 views
Can I target specific browsers/devices with the Manifest or Appcache file or just exclude the appcache from Desktop browsers?
Essentially I would like to be able to use an appcache file on my site but only for mobile devices, to enable those devices to view the website/webapp I am developing offline, however desktops/laptops ...
1
vote
1answer
700 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
2answers
733 views
Google maps appcache but NOT offline
i am building a mobile web app (html5, javascript)
and i use application cache of html5 for offline capabilities.
I have a problem with google maps. I cache all the files i need,
and i run my app from ...
1
vote
1answer
1k views
HTML5 appcache, Get a list of cached files in the client
In my project, I'm trying to use HTML5 appcache to cache static resources like CSS and JS, and "user specific" files such as images and videos. When I say user specific images/videos, I'm trying to ...
1
vote
1answer
819 views
html5 appcache adding/removing specific files
Say I have a simple appcache manifest that looks like:
CACHE:
# v1
# images
images/one.jpg
images/two.jpg
images/three.jpg
I then use some server side method to update the manifest to:
CACHE:
# v1
...