html5-appcache Questions

4

Solved

I setup an Application Cache on a site and shortly thereafter realized its way more aggressive that I realized. I want to remove it. Permanently. I've read that passing a changed manifest file, co...
Highminded asked 11/1, 2012 at 6:51

1

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 ...
Mooned asked 24/1, 2013 at 16:51

1

In Safari 7, the main html file with a manifest is loadable when offline, but none of the external resources are loaded, even if they're listed in the manifest file as cached. Safari's resource pan...
Admittance asked 6/4, 2014 at 1:29

1

I'm trying to figure out which are the correct settings to enable appcache on android webview. I found many discussions about that but none of them worked. Given that AppCache is set correctly (it...
Marine asked 7/5, 2015 at 0:43

3

I'm hosting an OSS project on GitHub that has a few different developers. This project is a web application that is using an AppCache to tell the browser which files should be made available offlin...
Dramatist asked 26/4, 2015 at 16:49

1

Solved

I want an array of urls from an html string, although only from the following tags: link href="http://example.com/foo.css" script src="http://example.com/foo.js" I would like these urls so I ...
Finnell asked 15/3, 2015 at 6:26

2

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 c...
Selfliquidating asked 25/1, 2013 at 5:18

3

My manifest file was working fine until this morning and I now keep getting the following error in chrome Version 36.0.1985.143 m Creating Application Cache with manifest https://localhost/static/...
Gauche asked 20/8, 2014 at 8:52

3

I'm developing an iOS offline app, and i'm trying to store a 50MB video for offline viewing. However after properly adding the video's url in my manifest.appcache, I got a console Error saying that...
Spermogonium asked 2/2, 2012 at 11:47

4

Solved

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

I am already hooked for two days now and it's driving me crazy. Hopefully someone can shine some light on this matter. I am running: Mavericks (MAC), Safari Versie 7.0.3 (9537.75.14) My index.php...
Disesteem asked 7/4, 2014 at 12:49

3

Solved

In Internet Explorer 10, how can I manually clear the application cache for a Web page?
Forbiddance asked 28/3, 2013 at 22:7

3

I got an HTML5 page that works with CHROME and SAFARI but using Internet Explorer 11 it does not work, my cache manifest is valid according to http://manifest-validator.com/ and I'm very frustrated...
Severable asked 20/12, 2013 at 18:40

2

Solved

I'm getting a bit confused by the (varied) terminology for HTML5 offline storage. I think that AppCache is another name for Web Storage and you specify what will be stored offline via the Cache Ma...
Priestridden asked 11/6, 2012 at 19:5

0

I'm developing android 4.4 application using WebView of Chromium base. It lost to the appCache when the process is Kill. (Ex. task list, settings - application - stop) android 4.3 or lower is no p...
Pyromania asked 14/3, 2014 at 10:29

1

Solved

Edit: I had to remove some links. My manifest page seems to be causing errors on my web page. When you first go to the page everything appears to cache successfully, but upon refresh it fails to g...
Monitorial asked 26/2, 2014 at 18:19

2

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:...
Sciolism asked 18/10, 2012 at 13:48

3

Solved

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 g...

0

I'm having some major trouble with AppCache. I've got a single page application (with real URLs using using Page.js and loading HTML from the server on page load, (dispatch: false) It's running o...
Nichollenicholls asked 18/12, 2013 at 10:35

3

When i added appcache to my webapp running jquery mobile, all the ajax-calls requesting json-files from my server stoppet working. My manifest-file looks like this: CACHE MANIFEST CACHE: index.h...
Harry asked 16/3, 2012 at 16:19

1

Solved

How do you use and create a MANIFEST file (structure), handle appCache events and errors, and when is swapCache needed?

1

I've been developing a pretty complicated HTML5 web app for the past month. Last night my iPhone suddenly decided to cache all JS, CSS, and images and not load any updated copies. This happened on ...
Sharice asked 10/7, 2013 at 16:29

3

Solved

UPDATE: ** I posted this question when this feature was really new, I realize now that this feature should not be used this way unless it is used via JavaScript. but seems like this hack is a grea...
Irvingirwin asked 15/2, 2012 at 2:17

1

Solved

I'm prototyping an idea for a website that will use the HTML5 offline application cache for certain purposes. The website will be built with Python and Flask and that's where my main problem comes ...
Southeastward asked 27/6, 2013 at 19:43

5

Solved

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-comme...
Sheepdog asked 1/3, 2013 at 12:32

© 2022 - 2024 — McMap. All rights reserved.