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.
1
vote
1answer
75 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
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
1answer
102 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
40 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 ...
1
vote
1answer
126 views
GWT / GAE offline app for android - Advanced
Hi guys here are a lot of posts about gwt offline possibilities. But none of them answer my questions completely.
Here just a few excerpts:
How to include external Javascript in GWT offline ...
3
votes
1answer
125 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 ...
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 ...
1
vote
2answers
191 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
0answers
112 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
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 ...
4
votes
1answer
232 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 ...
0
votes
0answers
274 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
116 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
145 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
228 views
Chrome app cache doesn't work on first load, only on refresh
Our offline app works great in Firefox, but over the past month or two it's had various problems in all recent version of Chrome and Chromium. This is the latest issue I'm seeing in Chromium ...
0
votes
1answer
159 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 ...
0
votes
1answer
35 views
HTML5 Application Cache need explantion
Can someone show a complete example of application cache with html, css, js, appcache file including CACHE, NETWORK and FALLBACK section. Also updating the manifest. Where should the coding be ...
1
vote
1answer
83 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
91 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
274 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 ...
1
vote
0answers
75 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 ...
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
1answer
442 views
IE10 - unable to prevent cache for iframe
I have modal boxes on a page are opening dynamic content in iframes.
<a href="popup.php?id=52" rel="modal">Link 1</a> (fixed id)
<a href="popup.php?id=53" rel="modal">Link ...
0
votes
1answer
77 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
226 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
141 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 ...
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
1answer
164 views
Android 4.0.4 - WebView - Appcache: wildcard does not work in NETWORK section
I want to clarify in manifest that AJAX-calls to web-services only get executed when online. For that I used the NETWORK section of the manifest:
NETWORK:
/WebServices/*
But this causes calls of ...
2
votes
1answer
188 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
149 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
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 ...
1
vote
0answers
363 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
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
1answer
164 views
Cache manifest - edited pages not updating
I have a problem with using the appcache.
I have it working, but it is working too well. I am using it on wordpress and the problem is that the browser is serving up the cached pages so when I ...
2
votes
1answer
277 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
2answers
168 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
260 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
1answer
165 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 ...
0
votes
0answers
213 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) ...
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:
...
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) ...
2
votes
1answer
850 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 ...
0
votes
0answers
75 views
Disabling IOS html appcache
I have a mobile application I'm developing that every page needs a network connection for. Right now when you use the "add to home screen" on IOS it caches every thing.
I have tried adding this cache ...
4
votes
1answer
601 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
370 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
452 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 ...
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 ...
2
votes
3answers
243 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 ...
