Tagged Questions
The application-cache tag has no wiki summary.
14
votes
7answers
556 views
HTML5 - cache manifest working great on Chrome but not on Firefox and Opera
I am developing a web app for offline use, thus I need to use the application cache functionality.
Everything works great on Chrome (15.0.874.106) but is doesn't work on Firefox (7.0.1) and Opera ...
13
votes
5answers
8k views
Mobile Safari 5mb HTML5 application cache limit?
It's becoming evident in my testing that there's a 5mb size limit on Mobile Safari's implementation of HTML5's application cache.
Does anyone know how to circumvent or raise this? Is there some ...
5
votes
4answers
487 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 ...
5
votes
4answers
714 views
How much Application session data can you actually hold?
I currently have an application that gets hit with over 20,000 users daily and they mostly look at one data table. This data table is filled with about 20 rows but is pulled from a "datatable" in a ...
3
votes
2answers
284 views
window.applicationCache updates freeze browser - how to reduce their frequency or force them to be user-initiated
I've created a web app that caches all necessary code and data for use offline through applicationCache. However, every time the app starts up, it immediately tries to check for updates. This blocks ...
3
votes
2answers
949 views
Force applicationCache to reload cached files
I'm using the HTML5 applicationCache to store many Javascript, CSS, image, etc. files for a page. If I update one of those files, the browser never reloads it. I have tried the following:
Calling ...
3
votes
5answers
1k views
Is swapCache() required in HTML5 offline apps?
If I don't implement any updateready event handler and don't call swapCache(), does that mean that the browser will always use the first (oldest) downloaded version of the application?
If no, then ...
2
votes
0answers
30 views
How to preserve SSL with HTML5 application cache
I have an existing site that works fine over http and https (SSL). The SSL certificate is valid and can be confirmed by inspecting in the browser.
I am starting to use a manifest file to enable the ...
2
votes
1answer
142 views
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:
We host all of our static resources (scripts, css, fonts, ...
2
votes
1answer
307 views
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.
One way to do that is serving two different ...
2
votes
1answer
497 views
iPad Home Screen App refreshes on every open
I'm writing a web app for the iPad using HTML5 and SenchaTouch. The app uses cache manifest to function offline. Once it has been added in the home screen and opened without Safari, it will refresh ...
2
votes
2answers
2k views
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 ...
2
votes
3answers
2k views
Using Wildcard in FALLBACK section of Cache manifest file HTML5
How to create an offline enabled web-application such that
when user visits hxxp://mywebsite/ and is offline than hxxp://mywebsite/offline/ is displayed. [There are about 100 different dynamic pages ...
1
vote
3answers
29 views
Twitter offline site Concept
I want to implement the header as like twitter has. I have observed couple of things like when i click on home link, the url has changed but still page header is not loaded and the content of the page ...
1
vote
1answer
21 views
HTML5 Manifest only see fallback
Hey guys my Manifest is as follows:
CACHE MANIFEST
CACHE:
images/trunk/text/text-images.png
css/site.css
FALLBACK:
/ offline.html
NETWORK:
*
I've since fixed a random random problem whereby ...
1
vote
1answer
51 views
HTML5 ApplicationCache - How to set an expiration date for cached pages?
I would like the cached pages to be deleted at a specific date.
How is it possible to specify that date?
In my case, I need the dates to be dynamically set for each page.
1
vote
1answer
65 views
Testing html 5 application cache in GWT hosted mode
I'm going to start writing a GWT app with offline capability. In order to use html 5's application cache function, the web server must return a "filetype: text/manifext" header with the manifest file. ...
1
vote
1answer
80 views
Webapp application cache updates
I have a Webapp that uses the application cache for offline and online access. The problem I'm running into is that some of my users are not seeing updates when I change the manifest file. It works ...
1
vote
2answers
223 views
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 is ...
1
vote
1answer
119 views
Updating cached items in HTML5 application cache (Chrome)
I have a web application that I thought would be well-suited to using the application cache, a utility for a board game I play.
I went through a tutorial in the application cache, and it worked ...
1
vote
1answer
94 views
AJAX not working with cached iPhone webapp
I just made an offline iPhone webapp with the application cache.
But the AJAX-calls made with the cached JS-file don't work anymore.
It are just jQuery GET requests. They fail to work, but why?
I ...
1
vote
1answer
239 views
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>
<html manifest="manifest.appcache">
The manifest.appcache tells browsers to cache it ...
1
vote
1answer
479 views
HTML5 application cache on iPad offline app - not working if server is unavailable?
I'm developing a small HTML5 web application for iPad that is intended to work in fullscreen mode (ie. it has the proprietary Apple meta tag, it is added to Home Screen):
<meta ...
1
vote
2answers
191 views
Programmatically clear HTML 5 application cache in log-on/log-off scenario
HTML 5 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 logs off from the system. ...
1
vote
2answers
114 views
Preventing HTML5 applicationCache checking event on offline application load
I have an HTML5/jquery mobile web app at http://app.bluedot.mobi. It is used for long distance races to track competitors via SPOT satellite tracking. The issue I have not yet resolved is that when ...
1
vote
1answer
92 views
Can any protection or restrictions be applied to HTML5 application caches?
(I'm referring to application caches/manifests; not local storage, by the way.)
Let's say I want only specific users to be able to use an application cache. When they login to my website, depending ...
1
vote
1answer
1k views
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 ...
1
vote
3answers
412 views
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.
The application is quite large, but it seems to load ...
1
vote
2answers
221 views
Should I put custom AppSettings web.config data into the ApplicationState?
I've got some custom values in the AppSettings, in my web.config file.
These values get checked upon every Request. (Please ignore the fact that this might be a bad/good thing .. that's out of scope ...
0
votes
0answers
34 views
Offline fallback for any URL
I was wondering about the following issue regarding Application Cache and its manifests.
Right now, I have an application that works completely offline. However, URL fragments (#! or just #) are ...
0
votes
1answer
20 views
how to determine if applicationCache has been approved in firefox
Currently, when you try to use the application manifest by specifying it in the html tag:
Firefox will prompt you to allow it (yes/no/never again).
How can I check if that request has been ...
0
votes
0answers
19 views
Do iPhone Offline Web Apps and Safari share the same HTML5 Application Cache?
I have a web app that is intended for use as an iOS offline web app. A key feature of the app is that users can download files with extensions like .doc, .ppt, .pdf, etc. To make these available ...
0
votes
1answer
53 views
How to serve offline application cache manifests for internationalized websites?
I have a website where the URLs contain the locale information and the client's header Accept-Language (or a select box on each page) chooses the language and redirects to the localized URL for the ...
0
votes
1answer
103 views
Using offline application cache in iOS and in full screen app mode it opens other pages in Safari instead of the application
I'm building an offline tablet/phone app in HTML5 to collect data remotely in the field where there are no cell towers. It uses the offline application cache manifest to save the pages into the ...
0
votes
1answer
90 views
Cache manifest on ipad
I have a ipad. I make a website with html5 application storage. With a manifest file. The manifest is working on the new ipad 2 and all the web browsers. But it is not working on the ipad 2 with a ...
0
votes
2answers
37 views
Cached page remains in store even after clearing everything in firefox
Cached page remains in store even after clearing everything in firefox. I have firefox 7.0.1 and even after i clear cache and then refreshes the page which uses the html5 application cache, the old ...
0
votes
1answer
38 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 ...
0
votes
1answer
717 views
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
The HTML I'm using has this structure:
<!DOCTYPE html>
<html ...
0
votes
1answer
87 views
Will HTML5 offline storage always treat URLs with different GET parameters as different resources?
If I use HTML5 offline storage to cache a file like so in the manifest:
CACHE:
render_image.php
then what happens if the page includes code like so?:
<img ...
0
votes
0answers
74 views
html5 appcache: does remote manifest file work?
Our application is deployed to the physical device, so the starting page index.html is sitting in the storage of a device, and this file will reference remotely hosted JavaScript files and other ...
0
votes
1answer
122 views
SVG Fonts and Cache Manifest
"SVG fonts don't work with a cache manifest. Due to the manifest treating # as comments and Mobile Safari requiring the font ID reference in the URL. (via Tristan Dunn)"
...
0
votes
0answers
117 views
Cache manifest requests for the same endpoint but with different query string values
I've made a few requests for the same endpoint (/experiments/cache-manifest) but using different query strings. This URL is using HTML5's cache manifest functionality.
For a single request, apache ...
0
votes
0answers
195 views
Possible to save video file with HTML5 manifest?
HTML5 manifest provide chance for offline mode, here is sample
HTML5 offline webapps: a practical example
It is okay for files such as HTML/CSS/JS/Image,but not sure okay for video file.
And those ...
0
votes
2answers
351 views
How can I share application cache between two ASP.NET applications
Here's the deal,
I have one website over at utopiapimp.com. The website is used for a popular web based game. Some company internets don't allow the website to be accessed so I opened up another ...
0
votes
1answer
374 views
ASP.NET DataView - problem with RowFilter and application cache
Good afternoon ladies and gents --
I've been tasked with finding and fixing a bug in an unfamiliar legacy application that had some recent changes made to it, but I don't have an easy way (that I ...
0
votes
1answer
509 views
Why isn't my HTML5 Application Cache working?
i have my setup/code as follows (btw, i am following the nettuts quick tip)
// index.html
<!DOCTYPE HTML>
<html lang="en-US" manifest="cache.manifest">
// cache.manifest
CACHE MANIFEST
# ...
0
votes
1answer
437 views
weird html5 manifest reloading
I'm having a strange problem with the HTML5 manifest file under Chrome 5.0.375.99 but everything seems to be working fine under Safari.
When loading a page for the first time with the manifest file ...
0
votes
2answers
519 views
Problem With HTML5 Application Cache Whitelist - Won't Ignore Items
I'm trying to use HTML5 Application Cache to speed some things up on an iPhone webapp. It works great for storing images, css and JS, but the problem is that it also tries to store the HTML. I ...
0
votes
1answer
175 views
Why is my ApplicationCache passing back a reference instead of a value?
This is an odd thing I've just run into.
I have a web application with a small DataTable stored in the ApplicationCache to reduce the amount of queries to a separate since the data is a lookup table ...