The cache manifest in HTML5 is a software storage feature which provides the ability to access a web application even without a network connection.
1
vote
1answer
438 views
How can I clear the appcache on the Google Chrome iPad app?
I've written a little HTML5 based web app that I am trying to debug on the iPad using the Chrome for iPad app.
I have added a cache.manifest file to my app which has some heavy caching in it of most ...
0
votes
0answers
31 views
Clear HTML5 Appcache when offline
I have a webapp that works offline.
I would like to set an expiration date to the cache so if the user does not reconnect to the server for a certain amount of time the cache is cleared and the user ...
2
votes
1answer
156 views
Options to enable web software to work offline? Or perhaps build desktop software?
I created a scheduling software for beauty salons as a web application. The idea is that the business owner can schedule customer appointments with a hair stylist. I made it web based because ...
2
votes
1answer
799 views
PhoneGap Android - html5 cache remote resources (html, js, css, etc)
I've successfully created an android phonegap project and I'm capable of loading a remote web app.
The point is, I need to cache remote resources on the device so that my phonegap app will work when ...
2
votes
1answer
78 views
How to update programatically a page server side when using html 5 cache manifest without changing cache manifest?
I have an application who has different interface for different role
I want to cache the application and update it if the user change his role
example :
Role user --> www.sample.com/index.jsp ...
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:
...
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 ...
5
votes
1answer
102 views
Javascript stops when loading from cache manifest in webapp
My javascript code stops when the side loads from the cache manifest in the Fullscreen WebApp Mode(iPad3/iOS6).
This has the consequence that you cant do anything in the first 5 seconds. After that ...
3
votes
1answer
667 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 ...
1
vote
1answer
120 views
HTML5 App Cache: Manifest ist updated but files are taken from appcache one more time
I have a cache manifest with a comment in it
# Version 3.2
in order to update all the App I simply change the Version number. It works, but:
When I update the manifest, everything is updated ...
0
votes
1answer
78 views
HTML5 browsers hanging on to cached manifest file
I'm using HTML5 appcache and mostly it's working well. However, sometimes, users' browsers (Chrome or Safari) will hold onto the cached manifest file even though I'm positive that the server has a ...
0
votes
0answers
56 views
html5 manifest cache https and external urls
I have the following cache.manifest file:
CACHE MANIFEST \n
CACHE:
/
/Content/Site.css
/Scripts/base.js
/Images/slider3.jpg
...
0
votes
0answers
166 views
HTML 5 offline cache - uncached files loading when added to home screen on ios
I have an offline manifest file for a web app. There are certain pages (UserInformationForm.htm in particular) that should not show offline, and instead offline.htm should be shown when there is no ...
0
votes
2answers
5k views
HTML5 Cache Manifest: Fallback section & Network *
from Dive into HTML5: Cache Manifest: Fallback section
CACHE MANIFEST
FALLBACK:
/ /offline.html
NETWORK:
*
i dont understand from the URL given what this block of code exactly does. does the ...
1
vote
0answers
79 views
Page disappears from cache after first redirect on chrome
I am trying to divert the user to an offline page when he comes to my site and the device is currently offline.
The problem is I trigger the caching from the home page itself so the problem is when ...
0
votes
0answers
201 views
xmlHttpRequest fails when running offline web app from cache on Android 2 and 3
Im bulding an offline web application on sencha touch 2. My problem is that xmlHttpRequest fails with status 0 and empty response when doing a get to a Rest API. The problem only occurs when using a ...
0
votes
0answers
77 views
Homescreen Web Application and AD Authentication
I have an HTML5 website which has AD authentication. Inside this website, I have a webpage which I would like to be a "web app" on an iPad.
I have the cache.appcache file all ready and working fine ...
1
vote
1answer
2k views
How To: Home Screen Apps and offline usage on ios 6 – cache manifest obsolete?
Since apple's ios update to ios 6 data/local storage for Web Apps and Home Screen Apps is handled differently than before. Before ios 6 they shared the same data. Now home screen apps have their own ...
0
votes
1answer
163 views
Securing HTML5 AppCache and SQLite from deletion
I am developing a web application using HTML5 AppCache manifest for storing all the application artifacts (HTML pages, style sheets, scripts, etc.) and SQLite for storing forms data being submitted by ...
1
vote
1answer
311 views
Chrome serving resource from cache when it is not present in cache-manifest
I am playing around with HTML 5 cache manifests, and I am seeing a very strange issue in Chrome. Here's the page's header:
<html id="html" xmlns="http://www.w3.org/1999/xhtml" ...
0
votes
0answers
148 views
Cache Manifest work around for IE9?
IE9 is the only major browser that doesn't support cache manifest for offline browsing.
I was thinking a combination of bouncing to all the pages in an invisible iframe combined with some setting in ...
0
votes
0answers
142 views
ie9 Cache Manifest?
IE9 does not support cache manifest.
If you send IE9 to an iframe it will cache certain things in the iframe. So until the user shuts down the browser IE9 has naturally cached a lot of the things you ...
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
2answers
544 views
jQuery mobile issues with offline web app
I'm developing an application using jQuery mobile, that will be using HTML5 offline capabilities (cache manifest, etc).
Basic program is for on-field technicians to view/modify their orders on a ...
1
vote
0answers
68 views
How do I set an HTML5 offline fallback for my homepage when it's just `/`?
As a modern database-driven website, our homepage is simply / instead of /index.html. But when I try to set up an offline fallback for just our homepage, it (as the spec intended) sets the fallback ...
0
votes
1answer
62 views
HTML5 cache downloads root everytime
I am playing with HTML5 app cache and right from the beginning I ran into issues:/
I am trying to have simple offline fallback for my page so that there would be nice styled page instead of classic ...
0
votes
0answers
270 views
Videos broken after cache.manifest
So I am trying to get a web app to cache a few videos so they play offline. The web app will be only for iPad.
My HTML is 4 simple videos, a stylesheet and a debug.js file.
<!DOCTYPE html>
...
9
votes
1answer
501 views
HTML5 cache manifest: unsuccessful ajax calls getting fallback
I've got an HTML5 application which uses a cache manifest to provide offline functionality. This application makes ajax calls, when online, and some of this calls can obtain a 403 unauthorized in ...
3
votes
1answer
704 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 ...
0
votes
0answers
34 views
cache pictures from several picture-servers with html5 manifest
I am making my first steps with the manifest chache stuff and stumbled over some problem.
I have several picture-servers, to optimize the loading times. so an image can be delivered from i.e.:
...
2
votes
2answers
171 views
Alert upon completion of Manifest cache with javascript
How do I alert a success message when cache.manifest has download all the files in a html5 app? (Bascially success alert on complete cache download)!
Thanks
8
votes
1answer
1k 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 ...
0
votes
1answer
172 views
How to dynamically set proper cache manifest files for Retina and non-retina displays?
I need to show an HTML page in an UIWebView under Retina and non-retina displays.
Moreover I'd like to use the cache manifest functionality from HTML5. But I want to have two different cache manifest ...
0
votes
1answer
131 views
HTML5 Cache Manifest does not load ressources unless it is located at the root of the website?
I have a website with a cache manifest described using
<html manifest="site.manifest">...</html>
The manifest is very simple :
CACHE MANIFEST
CACHE:
/fira.jpg
/offline.php
FALLBACK:
...
0
votes
1answer
44 views
How to make folder urls offline with HTML5?
My web application uses folder urls only (with mvc routes). I am wondering how I can cache some of these urls, and prticularly the site root.
CACHE MANIFEST
/
.
/myfolder
/myfolder/
myfolder
Thanks ...
0
votes
2answers
192 views
Cache only the necessary images in webapps
I have this in the head section of index.php:
<link rel="apple-touch-startup-image" href="images/screenLD.png" media="(device-width:320px)" /><!--iPod/iPhone Portrait LD 320x460-->
...
0
votes
1answer
78 views
When using application cache manifest, where does data load first from?
I'm creating a web application for mobile devices which uses Application cache.
When I open it using Safari for iPhone, the updated changes are reflected.
Now I add it to home screen and then open it ...
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 ...
1
vote
1answer
504 views
Walk around Firefox's offline storage warning?
I am developing an web app with HTML5 offline browsing support. I wrote a manifest file as shown below:
CACHE MANIFEST
CACHE:
audio/a.ogg
NETWORK:
*
When I visit my app in Firefox, A warning ...
1
vote
2answers
1k views
cache manifest with asset pipeline
What would be the best way to have a html5 cache manifest with the rails asset pipeline? I'm thinking of adding an erb file to app/assets that has the paths of all the assets contained in it. This ...
0
votes
0answers
16 views
Is there a javascript or IE plugin that lets IE use a manifest file?
I am pretty sure I could write one leveraging what IE naturally stores (css, js, images) with writing page templates to localStorage. Maybe the user would have to set a setting or two.
Is there ...
0
votes
2answers
224 views
Offline Storage - Don't cache HTML page
I have added a cache manifest file to my website for caching static content and faster load times. However, the page referencing the cache manifest file also gets cached by default. I want to cache ...
2
votes
2answers
190 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 ...
0
votes
1answer
639 views
HTML5 application cache - SSL and cross domain - any workaround?
from http://appcachefacts.info/:
Over SSL, all resources in the manifest must respect the same-origin
policy.
The exception is Google Chrome, which doesn't follow the specification in this ...
0
votes
1answer
262 views
Viewing MS Office documents offline on an iPad 2 in an HTML5 site
I'm evaluating an HTML5 website that will allow the user to view MS Office documents (Word, Excel and PPTX), PDFs and possibly videos. All of this data should be accessible offline to the user on an ...
1
vote
1answer
87 views
Access Control and Cache Manifest for Offline Use
I would like to gather some feedback on how best to handle access control within a web application that has a requirement for offline use.
The app must have access control via username/password but ...
0
votes
0answers
41 views
Are the URLs in a HTML 5 manifest file case sensitive?
Assume I have the following URLs:
Home/Index
Home/IndexOffline
Assume I have the FALLBACK section in my manifest defined as follows:
FALLBACK:
Home/Index Home/IndexOffline
Now, if I go offline, ...
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
166 views
HTML5 Cache Manifest Links are Broken when Offline
I've successfully implemented a HTML5 cache manifest file to store locally the pages and resources of my web app so that portions of it may be viewed while the user is offline.
The problem I'm ...
1
vote
1answer
179 views
Grails Resources Plugin — How to get generated urls?
Does anyone know how i could access the exact url that the resources plugin would spit out?
I want to use the resources plugin to optimize transfer of my javascript files, however, the application ...
