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.
3
votes
0answers
147 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
0answers
103 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 ...
2
votes
0answers
684 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
0answers
333 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
137 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 ...
1
vote
0answers
18 views
Explicit versus master entries
I am currently building a simple framework allowing developers to create application cache dynamically, modullary and simply and reduce the mistyped resources.
One thing I am now dealing with is what ...
1
vote
0answers
74 views
HTML5 application cache update issue (updates from browser cache)
I have been goggling quiet a while now without any luck on this issue, hope someone can help.
The issues concern the application cache, browser cache and proxies when developing an web-app with ...
1
vote
0answers
41 views
appcache is being cached?
When I check google chrome for cached files ( chrome://appcache-internals/ ) I find this(among other files):
Manifest, http://localhost/MUHMobile/cache.appcache 1.5 kB
Does this mean that my ...
1
vote
0answers
109 views
Why CSS is empty when SSL is on and appcache is enabled? (iPad, Safari)
I have created simple HTML page which uses HTML5's application cache feature.
<!DOCTYPE html>
<html manifest="test.appcache">
<head>
<title>Test</title>
<meta ...
1
vote
0answers
74 views
Google Chrome looses cached data at system failure
I am building an intreactive information kiosk for public use. Making it a web app in Chrome. It need to work offline. My solution is using the browsers application cache. Problem: Chrome looses all ...
1
vote
0answers
358 views
ASP .NET MVC3 with HTML5 offline app wrong behavior when a user logged in
I'm trying to build an ASP.NET MVC3 (with razor syntax) based web app with HTML5 offline possibility, but unfortunately it does not work properly.
I read a lot of tutorials from which I used a couple ...
1
vote
0answers
259 views
HTML5 / JQuery Mobile App - AppCache/Undesired caching
I've developed a JQuery Mobile app. I am using appcache to load nothing but the main page, images, and my JQM includes. I have * in the NETWORK section of my appcache file. It has been working ...
1
vote
0answers
383 views
Viewing PDF in Android / Chrome
I have a website caching pdfs offline with a .manifest-file.
On the desktop version of Chrome the PDF can be viewed offline inside Chrome. But on the Android Chrome nothing happens when I'm trying to ...
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 ...
1
vote
0answers
110 views
HTML5 Cache Manifest: Fallback for external resources
I'm trying to create a manifest like :
CACHE MANIFEST
CACHE:
offline.jpg
http://externalSite/cacheDemo/offline.jpg
FALLBACK:
/ offline.jpg
http://externalSite/ ...
1
vote
0answers
499 views
Android appcache in android 2.2
I'm writing an android app that makes use of WebViews, externally hosted js files, and a manifest file to control appcache. Everything seems to work fine in android 4, but in 2.2 the caching doesn't ...
1
vote
0answers
259 views
HTML5 appcache with Chrome and the HTTPS Everywhere plugin causing cross site css not to load
I have run into an issue with one of my webpages that was changed to use the HTML5 appcache feature. Chrome 19 (ad I assume earlier versions) is blocking my cross site css files when the appcache is ...
1
vote
0answers
298 views
HTML5 Make webrequest from cached iframe
Our situation:
We have a main page wich contains a frameset. This has 2 frames (frame a and frame b). Using the Application cache (HTML5) we cache the main page and frame a. Frame b is a page wich is ...
1
vote
0answers
672 views
IOS5 AppCache not working
My site switchitoff.net has been happily using an appcache for a while now. It works perfectly on all browsers that support appcache, including Chrome, Firefox, Safari and Mobile Safari... except ...
0
votes
0answers
7 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
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
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
0answers
66 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
13 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
12 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
67 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
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
24 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
0answers
30 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
23 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
0answers
68 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
65 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
67 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
71 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
105 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
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
261 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
115 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
136 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
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
0answers
220 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
0answers
212 views
HTML5 Offline Application with Basic Authentication
I'm trying to get a Rails 3 project working offline using HTML5 Appcache and Rack::Offline. I am using Rails 3 Asset Pipeline which provides the added luxury of digests (application-dfla33q23jad.js) ...
0
votes
0answers
99 views
AppCache in Crome
i have a problem while writing html5 offline app for Google Chrome.
I have an erorr while my app is caching:
Application Cache Error event: Resource fetch failed (-1) ...




