0
votes
0answers
16 views

How to delete HTML5 cache from UIWebView?

I have a web page hosted with following tag to allow HTML5 cache. And the res shows a png image with some text. <html manifest="offline.appcache"> But after deleting ApplicationCache.db, ...
0
votes
0answers
12 views

HTML5: Putting a JsonResult in the Application Cache

I have placed a URL in my cache manifest that references an MVC controller action of type JsonResult: CACHE: /controller1/action1/id1 # returns JsonResult This action is correctly called from ...
0
votes
2answers
43 views

How to clear HTML5 application cache of UIWebView

I've faced with an issue recently that HTML5 application cache stopped work in native container which uses UIWebView to render html content. cache.manifest file was changed, UIWebView started ...
1
vote
1answer
28 views

HTML5 Application Cache only for dependencies

I want to cache only a few files like JavaScript and CSS, font files and image sprites. Is it better to add a manifest file for the files or should I let the browser do the cache? If it's better ...
0
votes
2answers
37 views

browser cache not getting updated even when the files are modified

Whenever I update my site with new files, I need to clear the cache every time to see the changes, which I don't want to do it...I have set expiration duration as 1 day, Can anybody explain where is ...
2
votes
0answers
195 views

DOM exception error 11 on swapCache()

I am playing with an application cache and having problems with the swapCache function. I have created the world's simplest cache manifest file: CACHE MANIFEST # Timestamp: 2013-03-01 11:28:49 ...
0
votes
0answers
80 views

Web browser offline application cache with video files?

I am trying to make a site available offline in a web browser (specifically: Mobile Safari and/or Google Chrome), using a manifest file to load the offline content into the application cache. This ...
0
votes
0answers
30 views

Exclude page self by appcache

I have an appcache (with NETWORK *). So now I visit my page with <html manifest="/cache.appcache">. Then the page itself is cached as all the images are. But I want the page self to not be ...
1
vote
1answer
868 views

using HTML5 cache manifest with phonegap

since some time, I try to make my HTML5 cache manifest work with phonegap on iOS devices, but I can't have it working (it work with the pur web version of the app) does anyone have used it with ...
0
votes
1answer
207 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
2answers
122 views

Stopping visitors browser from loading website from cache [closed]

I updated the images and stylesheets on my website, but I am getting phone calls from clients saying my layout looks weird. When they refresh the page, it looks normal. How do I stop their browsers ...
0
votes
1answer
79 views

Application Cache or Browser Cache

I'm heavily relying on Application Cache for a web application I'm building. I noticed that some of the items that I haven't explicitly mentioned in the app cache (like a few image files) are being ...
0
votes
1answer
40 views

File that includes cache manifest automatically includes itself

I have a webpage that serves quite an amount of images that I want to be cached. For that purpose, I have a PHP script that lists the paths of the images I need. The final document looks like this: ...
0
votes
0answers
44 views

HTML5 not retrieve cached file

I have defined the next manifest.cache file which I have added in all my web pages: CACHE MANIFEST # 2012-10-07:v1 CACHE: ./fonts/calibri.ttf ./fonts/calibrib.ttf So, the first time that I access ...
1
vote
2answers
111 views

Offline HTML5 apps and cross-site communication

I am working on a web application that works in the browser offline using Cache Manifests/HTML5. In some instances, a modified version of the application may run on another server or domain. If these ...
1
vote
1answer
314 views

JqueryMobile Cache Ajax issue

I have a strange issue with my jquery mobile application. Below screen shot from Chrome Developer Tools Snapshot. Why does my Pages or Scripts are cached even thiugh Have added $.ajaxSetup ({ ...
5
votes
0answers
975 views

HTML5 swipe.js css3 transitions; offscreen rendering and caching of page elements

I am building a HTML5 magazine for tablets and desktops with use of swipe.js (http://swipejs.com). Everything seems to work fine; In one HTML page I have set next to each other fullscreen list ...
0
votes
4answers
115 views

Is it possible to store image on user's browser

On my main page there is a big size image (~6 MB). It's kind of map. I would like to store that image in user's browser even if they close browser or restart their PC, is it possible somehow? That ...
0
votes
1answer
70 views

setting the browser memory of client side

I have an app in which user uploads images from computer and then draw images on the canvas. In chrome and firefox i'm using filereader. But if user uploads a very large image, it doesn't load ...
0
votes
1answer
243 views

AppCache all images in a folder

I have a web client that gets its data (including images) from a web service. I'm already able to cache the web client so the user can use it even if he/she is offline. However I'm not able to cache ...
4
votes
2answers
478 views

HTML5 History API back button with partial page loads

To improve the performance/responsiveness of my website I have implemented a partial page load using AJAX, replaceState, pushState, and a popstate listener. I essentially store the central part of my ...
1
vote
1answer
673 views

call html page with jquery-mobile in a iframe

I'm calling html5 page inside a iframe. To prevent the cache I call the page thus: ... not irelevant code... <iframe id="contentframe1" name="contentframe1" frameborder="0" scrolling="No" ...
1
vote
1answer
292 views

Can I use html5 cache manifest to store third party js?

I want to use third party js in my html5 cache manifest. I don't know can I do it or not , if its possible then how? Can I specify full third party js url in manifest file? I have seen examples where ...
1
vote
1answer
151 views

HTML5 cache manifest exception

I tried to use the applicationcach on my site, but I have a big problem with it. I want to cache only 3 files: style.css favicon.ico and script.js. The problem is, that the browser stores the other ...
1
vote
0answers
3k views

HTML5 Offline App files using the Cache Manifest is never updated

I have developed a HTML5 mobile app with jQueryMobile and I'm trying to provide the offline feature for allowing the users to use the app without Internet connectivity. I have been following this ...
0
votes
1answer
221 views

How to cache multiple HTML pages with both page-specific images and shared resources in the HTML5 application cache?

In my HTML5 application I have several HTML files that represent books. Each 'book' contains images that are specific for that book. Each book file also has references to CSS and JavaScript files that ...
1
vote
2answers
508 views

Cache manifest doesn't work in safari but works in chrome

For an html5 game I'm making at a company we've hit a snag. In safari it doesn't even seem to be trying to load our manifest file while in chrome it is. And it runs offline too. Is there any huge ...
1
vote
0answers
56 views

HTML5 Cache Manifest WSOD

When visiting my web app sometimes it takes a while for the cache manifest to update. You can view the progress in the JS console but the page remains blank (wsod). Is it possible to have a loading ...
0
votes
1answer
451 views

Appcache manifest - does not load, does not validate

The example application is here: http://web2485.increo.no, with manifest: http://web2485.increo.no/cache.appcache The server is configured with the right mime type for .appcache ...
1
vote
0answers
54 views

Cache Manifest ignore local version

i was wondering is there a way in HTML5 cache manifest when is online to ignore the local version of a site, and use dynamic created site, and when is offline use the local version?
4
votes
1answer
220 views

Basic HTML5 caching

I am a little slow to the HTML5 caching, I have just some simple questions though. 1) How long is data in a caching manifest cached? 2) If I update the data, how can I make sure the client checks ...
1
vote
0answers
155 views

Is there a trick to get an index.jsp file auto redirected to by Tomcat, to use the html cache manifest?

I have a properly generated cache.manifest file. I have ensured that it is being served with the correct mimetype. I have an index.jsp file which correctly references the cache.manifest file. I have ...
0
votes
1answer
183 views

Cache-manifest: while offline, replace all pages with a single “You are offline” page?

I'm trying to work out if something is possible with cache-manifest. I have a mobile web app with about 5 pages. They all require connection to work in a meaningful way. I'd like to handle ...
2
votes
1answer
902 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 ...
0
votes
1answer
95 views

More than 1 cache manifest file?

Is it possible to use more than one cache manifest file? Does the html manifest attribute support more than one file? If it does, how can i do that? The idea is to include files in the cache list ...
2
votes
3answers
423 views

HTML5 cache manifest and prefetching

One thing I'm not fully grasping is if the cache manifest is also acting as a prefetch when it is online for all the files listed. For example, lets say I'm visiting: /page1.html Each of the ...
0
votes
1answer
1k views

HTML5 AppCache refresh - detect exactly which files are being downloaded

I am monitoring my HTML5 AppCache events by registering the events as follows: var appCacheEvents = ["checking", "error", "noupdate", "downloading", "progress", "updateready", "cached", "obsolete"]; ...
0
votes
1answer
770 views

About HTML5 offline storage & cache for iPad app

Why HTML5 rocks now ? If just use one word to answer, I think probably it will be "cross-platform". You can build products using HTML5 one time , distribute for different platform such as Web and ...
0
votes
1answer
41 views

What happens to a an offline cached page when an error page is returned?

I'm running a web app hosted on heroku, and b/c of an outage at amazon it's been out all day long. If I make a cache manifest to specify that a page should be cached, the page would be served from ...
2
votes
2answers
1k views

Under what conditions will the browser cache <video> files?

Under what conditions will the browser cache files? Sometimes it does, sometimes it doesn't. If no one here knows, my next step will be to test the various file format, file size, and htaccess ...
7
votes
4answers
5k views

Turn off Application Cache with manifest

I'm writing a HTML5 application that uses "Application Cache with manifest". However, while I'm developing I want to turn it off. I tried removing the manifest attribute from the tag and switching ...