Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

22
votes
5answers
10k views

How to properly invalidate an HTML5 Cache Manifest for online/offline web apps?

I'm currently using a Cache Manifest (as described here). This effectively makes the necessary resources to run the application available when the user is offline. Unfortunately, it works a little ...
15
votes
2answers
3k views

iOS: Did Apple disable HTML5 offline capability for web apps saved to the home screen?

I've been doing lots of work in getting a few web apps to work offline on iOS using the HTML5 manifest. I've ran across the typical problems everyone else has and fixed them and everything seems to be ...
12
votes
2answers
9k views

HTML 5 offline caching

I've read the following Mozilla Developer article that explains how to implement HTML 5 offline resource caching in web apps. I've tried testing this locally: added the mime type to the list, created ...
10
votes
7answers
6k views

HTML5 offline video caching in mobile safari

I can't seem to get Safari on the iPhone or iPad to offline cache videos. Everything else gets cached just fine when I go offline. The video file is obviously in the manifest, but I just get the ...
5
votes
3answers
236 views

displaying cached version of webview in android

I am trying to get the HTML5 offline cached version of a website to display when the network is down inside of a webview. I have overridden onReceivedError ok, and when the network is down this ...
3
votes
3answers
70 views

Website that runs without Internet?

allaboutrajini site tells you to stop your internet connection to enter the site.I guess it determines whether the connection is on or off with javascript or something like gmail and qoura do. But ...
3
votes
1answer
86 views

How to use HTML5 cache with a image site?

I am trying to cache a site for offline view with HTML5's appcache manifest. The site consists of several webpages with one image each. The problem I have is that I am trying to cache those images on ...
3
votes
1answer
230 views

Using RPC serialization/deserialization mechanism built in GWT

I am developing GWT offline application using HTML5 Local Storage. I would like to cache/store the transfer objects using com.google.gwt.storage.client.Storage (introduced in version 2.3). But the ...
3
votes
1answer
338 views

Application manifest working on android, iPhone, firefox, opera, but not on iPad

I'm having trouble getting a real simple html5 cache manifest to work on the iPad. It does however work on all other devices and browsers I've tested. Are there any bugs in the iPad safari ...
3
votes
1answer
269 views

mobile html5 offline caching dynamic pages

I am making a web app that is database driven and am having a hard time trying to figure out a way to cache article pages. I've thought of just doing a cfquery to loop through all the article IDs to ...
3
votes
2answers
434 views

Using Ajax with Offline Cache

I'm working on an offline-capable application and I'd like to do an ajax call to $.get() a file on the domain that I will be caching. Will the call still work if I'm offline? I would presume no, but ...
3
votes
2answers
2k views

Prevent offline iphone webapp from opening link in Safari

I’m developing a website that will work with mobile safari in offline mode. I'm able to bookmark it to the home screen and load it from there. But, once opened from the home screen, clicking on ...
2
votes
2answers
125 views

HTML5 LocalStorage limit hit but I only use offline cache

I'm developing an offline web-app for a client of ours, designed to run on an iPad in airplane mode, mounted on a stand. It has no server-side dynamic pages, only a static HTML page, many JavaScript ...
2
votes
1answer
214 views

Android Load Cache Only is not working. Show WebView offline

I'm trying to show some webpages via webview without connecting to the internet. I thought I can save the webpages in the cache and load them from the cache again if there is no connection to the ...
2
votes
2answers
102 views

Do I need to add the files who are hosted on CDN inside in manifest file HTML 5 manifest file for offline caching?

Do I need to add the files who are hosted on CDN inside in manifest file for offline caching? This a example maniefest file CACHE MANIFEST #This is a comment CACHE index.html style.css NETWORK: ...
2
votes
1answer
313 views

HTML5 Caching Javascipt files for online and offline use

I posted a question about why my $.getJSON had stopped but I think the question is a bit wider now. I have a mobile HTML5 app that does Ajax requests to a php web app (on the same domain). When ...
2
votes
1answer
218 views

Html5 offline cache form data

Hi I'm designed a web app to be used offline at my company. People will be walking around the warehouse with iPads offline enter some pretty simple form data, usually 15-20 char id codes and ...
2
votes
2answers
169 views

What is new in HTML 5 “offline web application” which was not already available in the all browsers?

What is new in HTML 5’s “offline web applications” feature which was not already available in all browsers? Offline caching is the job of the browser — how did it become a job of HTML? A web ...
2
votes
2answers
339 views

Lazy loading non-HTML pages in HTML5 offline cache

The HTML5 Offline Web application spec gives an example of how to lazily load HTML pages into the cache: CACHE MANIFEST FALLBACK: / /offline.html NETWORK: * This is explained in Dive Into HTML5 ...
2
votes
2answers
242 views

How can I get rid of the HTML5 offline cache?

I have an application which used to use the HTML5 offline cache. Now I've decided to not use it anymore and removed the manifest attribute from the index.html file. However, browsers still regard this ...
1
vote
2answers
30 views

What methods are there to store data offline in a web-app

I need an offline caching system where my app can store about 0.5 MB of data. It is preferred that there is no interaction required by the user, but small amount of user interaction might be ...
1
vote
1answer
54 views

Use NSURLConnection cache when device is offline

In an NSOperation subclass, I am using the following code to download an xml-file from our server, and then later parse it: NSURLRequest * request = [NSURLRequest requestWithURL:[NSURL ...
1
vote
1answer
30 views

Using YUI3 offline cache for html4 and html5

I've been searching for an answer for my problem. I'm using YUI3 to develop a web application and I need to use the offline cache, the problem is; What will happen if someone access my YUI3 offline ...
1
vote
0answers
66 views

Offline application Cache HTML 5

I have developed a Facebook game, and used offline cache to store all my data in the application cache. I had around 100 images in the game, and I included all the images in the manifest file and font ...
1
vote
1answer
91 views

Variable HTML5 offline appcache for different devices

I'm creating an HTML5 game. The game is cross platform and has different graphics sets for devices with different screen resolutions. Lower quality set is for mobiles and the other one for tablets and ...
1
vote
0answers
118 views

Increase iPad cache over 50 MB?

I'm developing an offline webapplication using manifest and wondered about the maximum cache size on iPad. I made a few tests during which I was asked if I want to increase cache to 10 MB, 25 MB and ...
1
vote
1answer
28 views

how to access ONline resources from a web app available OFFline?

I just created a web app available offline with the cache manifest etc. It works pretty well but I want to access to some pictures that are NOT mentioned in the cache manifest and they simply don't ...
1
vote
1answer
191 views

Android Load Cache Only is not working. Show WebView offline

I'm trying to show some webpages via webview without connecting to the internet. I'm getting a Null-Pointer Error if there is no connection to the internet. If there is a connection it is working. So ...
1
vote
1answer
130 views

Removing HTML5 Offline AppCache

I have an HTML document with an associated appcache manifest. But now I want to get rid of offline application caching for a while. If I remove mention of the manifest from the <html> tag, ...
1
vote
1answer
84 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
1answer
81 views

How to turn off HTML5 Offline caching

I've been using HTML5 Offline caching on my website for a while and for some reasons I am considering turning it off. To my surprise it doesn't work. This is how I've implemented HTML5 Offline ...
1
vote
2answers
231 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
2answers
145 views

Should we not use HTML5 offline Manifest on iphone because of cache size is very limited?

Should we not use HTML5 offline Manifest on iphone because of cache size is very limited? I don't exactly about Android browser. I'v a simple Mobile website with 20-25 pages which I would like to ...
1
vote
3answers
126 views

iPad Fullscreen Mode && Airplane Mode

I'm in the process of developing an iPad web app that needs to be in Fullscreen mode and Airplane mode at the same time. We've been using the Cache Manifest to store all the files we need but the ...
1
vote
1answer
252 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
91 views

Can TortoiseGit work with Windows 7's “make available offline”?

Under Windows 7 SP1 (64 bit), I have been using a git repository stored on SMB share made available by a Linux machine. I've made it available offline (right-click in Win7 Explorer, select "Always ...
1
vote
1answer
487 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
0answers
218 views

HTML5 offline cache works differently in different browsers, but always fails

I am trying to get a grasp on how HTML5 offline cache works. I've read various tutorials and they all have tiny variations on what the manifest file must look like. I set up a page with a cache ...
1
vote
1answer
299 views

HTML 5 Application Cache catch events in Chrome

I've created a website using HTML 5 offline Application Cache and it works well in most cases, but for some users it fails. In Chrome, when the application is being cached, the progress is displayed ...
1
vote
2answers
467 views

Does the Blackberry browser support offline web apps?

Does anyone know if the standard browser in Blackberry OS6 supports cache manifests and offline browsing? If so, would it be able to handle caching around 30 pages of data? The reason is I need to ...
1
vote
1answer
224 views

rack-offline in sinatra

I am trying to setup rack-offline in Sinatra, but I am having trouble setting it up. In rails it is prettty easy, but have no found any examples in Sinatra...
1
vote
1answer
1k views

Why isn't express-js setting the Content-Type header?

I have the following: var express = require('express'), app = express.createServer(); app.get("/offline.manifest", function(req, res){ res.contentType("text/cache-manifest"); res.end("CACHE ...
1
vote
0answers
446 views

Ruby On Rails with HTML5 offline apps - Firefox does not cache the application.manifest but Safari does

I'm working off of this Railscast tutorial: episode 247 I’m up to this point in the tutorial: added the rack-offline gem, added the application.manifest route, and added a reference to the manifest ...
1
vote
1answer
349 views

mobile safari won't stop caching

I'm writing an offline app for mobile safari. I have just gotten to the point where it will create the app icon on the home screen and function offline. Now I want to update the html in my app, but it ...
0
votes
0answers
8 views

What is the best way to view attachments (PPT, PDF, DOC) in a Phonegap application?

I have been unable to find decent examples of Phonegap wrapped mobile applications that contain links to common file attachments and show how they are handled. For instance, on an iPad app, the ...
0
votes
1answer
23 views

HTML5 appcache for media only

I want to cache javascript libraries and other static assets - but no HTML whatsoever. I was under the impression CACHE MANIFEST somefiles.js somemorefiles.js NETWORK: * Would do the job. It ...
0
votes
0answers
25 views

HTML5 offline strange behaviour

I am having a problem with a web app that I'm working on and I have posted a question here which is a bit vague and probably not very helpful. I have decided to create a really basic site and build it ...
0
votes
0answers
75 views

Should HTML 5 cache manifest work with ajax requests too?

I'm trying to get HTML 5 offline application cache working with an ASP MVC 3 website. The problem I get is that when I try to navigate to a page in offline mode, it doesn't work. I am using an action ...
0
votes
1answer
31 views

What are my offline and socket options for a modern web application?

So I have been thinking about building quite a complex application. The idea of building an html5 version has become quite an attractive possibility. I have a few questions about it first however. My ...
0
votes
0answers
25 views

Using offline application cache for an online application

I've been working on a web app for iPad. This web app works on a custom web server and everything works fine. The loading of JS/CSS/Image resources are taking some time to load so I thought of using ...

1 2