Tagged Questions
0
votes
1answer
11 views
HTML5 Cache usage with Querystring
i have a problem with the HTML5 caching. Here is a brief explanation about the thing i'm trying to do:
I have a webpage(.aspx) to create and store a form.
I'm using 2 different webservices in my ...
1
vote
0answers
17 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 ...
0
votes
0answers
14 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 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
1answer
13 views
html5 cache manifest setting up
According to the manual I read online, in order to use cache manifest, I need to do the following two steps:
1. I need to add 'AddType text/cache-manifest .manifest' in a .htaccess file.
the question ...
0
votes
0answers
17 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
22 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
1answer
77 views
HTML5 `favorite` offline caching
I'm currently building an application with which you can create playlists of song lyrics and cache them for use offline. You can also cache your favorites (JSON array).
Now, because the favorites are ...
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 ...
1
vote
1answer
43 views
What happens when application cache fallback URLs are unloadable?
MDC states that the browser loads fallback files when network requests fails:
Fallback entries are used when an attempt to load a resource fails.
For example, let's say the cache manifest file
...
0
votes
1answer
24 views
Prevent application cache from being discarded after cache manifest returns 404
I've created a web app and placed it on our intranet web server. If an iPad loads the app while on the intranet network, the app works. If I turn on airplane mode, the app works in offline mode.
...
2
votes
2answers
126 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 ...
0
votes
0answers
65 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 ...
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 ...
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 ...
1
vote
5answers
665 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 ...
0
votes
1answer
67 views
Appcache Manifest not working
I have the following appcache manifest:
CACHE MANIFEST
# Cache Manifest timestamp: 1361723106
CACHE:
offline.html
offline2.html
offline.manifest.php
NETWORK:
*
FALLBACK:
/ offline.html
I am ...
0
votes
1answer
79 views
HTML5 offline appcache custom fonts not loading or displaying properly when server is down
These fonts load perfectly fine when the server is running OR when the client is offline. But as soon as I shut down my server (let's assume it can't be contacted because it's down) the fonts break ...
0
votes
1answer
19 views
Reading the URL that triggered a fallback when offline
I have a web app that is running offline on a device with no network connection.
The HTML5 AppCache loads resources and page URLs that are needed, but when the user selects a page that has not been ...
1
vote
1answer
189 views
HTML5 Offline web apps NOT working in Android 2.x, iPhone. (However works in Android 4.0)
Trying to implement offline feature of HTML5. After doing a lot of googling, this is how my code looks. (It's a django project; deployed in apache2.2 with mod_wsgi plugin)
HTML
`
<!DOCTYPE ...
1
vote
1answer
421 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
1answer
74 views
Only cache images with app cache
Is it possibly to only cache images in the html5 app cache?
My manifest which almost works!
CACHE MANIFEST
#Version: 4
CACHE:
Public/Images/about.png
Public/Images/android.png
...
0
votes
1answer
100 views
Redraw the saved image data to HTML 5 canvas
I am studying HTML5. I want to create / draw some shapes in canvas and save it in MySQL database and restore it in the canvas itself.
I followed this tutorial
And saved the data in database. I got ...
0
votes
1answer
39 views
Cache manifest - what happens to a cached page that links to an updated/invalidated manifest?
Imagine this scenario:
/pageone.html and /pagetwo.html both reference /cache.manifest. Neither page are explicitly mentioned in the manifest.
A user visits both /pageone.html and /pagetwo.html while ...
0
votes
0answers
44 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 ...
1
vote
2answers
181 views
HTML5 appCache event for no update
I have a on page oad event that checks my manifest status, and if there is a change it asks the user to reload. However, I'm trying to bind a <button> to manually check if there is a status on ...
1
vote
1answer
78 views
HTML5 Application Cache Manifest - index fallback without catchall
I'm delivering a manifest for my app that looks something like this
CACHE MANIFEST
#1359542586541
NETWORK:
*
FALLBACK:
/ /index.offline
When offline, it works correctly by returning index.offline ...
0
votes
0answers
251 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
114 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
132 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
1answer
152 views
Chrome not updating CSS file for offline-enabled HTML5 website
I have an offline-enabled website that uses a cache manifest. I'm finding with Chrome that it is serving an older version of my stylesheet, even if I do a "Empty Cache and Hard Reload"
If I append ...
1
vote
1answer
78 views
HTML5 App Cache- What should be the content under FALLBACK?
Please explain FALLBACK section in .appcache file. What should the file offline.html contain. What is the difference between CACHE SECTION and FALLBACK SECTION. I am able to understand that Cache ...
0
votes
2answers
87 views
Application cache
I tried to execute the following set of coding which is already in w3schools
index.html has the following codings
<!DOCTYPE html>
<html manifest="demo_html.appcache">
...
0
votes
1answer
252 views
Making HTML5 app available offline
I am working on an HTML app for a client. The entire app front end is done with 1 HTML file, 1 Javascript file, 1 CSS file (plus jquery) and a few images. There are a few php scripts sitting on the ...
0
votes
1answer
73 views
application cache: don't serve file from appcache on 404
I'm using the application cache to make my website also work offline.
My manifest looks something like this and is embedded using an <iframe>:
CACHE:
favicon.ico
assets/css/style.css
...
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 ...
1
vote
1answer
135 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 ...
2
votes
1answer
175 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 ...
3
votes
0answers
144 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 ...
0
votes
1answer
214 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 ...
2
votes
2answers
167 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
# ...
1
vote
0answers
258 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
1answer
163 views
Is HTML5 appcache better than using expires headers or localstorage?
consider the following scenario:
site/app is only used online - requires active internet connection;
all files have proper expire header settings;
forcing file refresh can be handled via something ...
2
votes
1answer
40 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?
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
582 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 ...
7
votes
2answers
360 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
435 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 ...
2
votes
3answers
237 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 ...
0
votes
1answer
143 views
Why is my cache manifest still not working?
I watch in chorme's console,there is nothing output,and no application cache
why is this happen?thanks
and here is my html:
<html manifest="http://www.test.com/test.manifest">
here ...





