Questions tagged [html5-appcache]

The deprecated HTML Application Cache (AppCache) feature is intended to allow you to specify files for browsers to cache and make available to users when offline. Service Workers now address all use cases the AppCache feature was intended for.

516 questions
0
votes
2 answers

How can I convert my gwt app thats hosted on app-engine into a installable mobile app?

Currently my app is created in Eclipse using GWT and Coded in Java. I have the app hosted on app-engine and all my data is saved in the browser using html5 storage. I want to have this app installable on an iPhone so I included "\<\meta…
0
votes
1 answer

HTML5 AppCache - Request more space in Firefox

Is it possible to ask a Firefox (version 15) user for more space (> 5MB) for the AppCache? We're planning to develop a WebApp for a customer with users who are only using Firefox 15 (or IE8) and the whole product database (800 products with some…
0
votes
1 answer

AppCache on Android Devices

I have this weird problem in trying out an appCache website on android phones. I've tested it in a Froyo 2.2 Android device. I'm testing the capability of AppCache on Android phones using this AppCache demo…
lorraine batol
  • 6,001
  • 16
  • 55
  • 114
0
votes
0 answers

HTML5 WebSQL and AppCache on Blackberry Playbook

I have a web client that makes use of HTML5, webSQL and appcache. Apparently, it won't work on Blackberry Playbook. It works fine in an android device. I thought playbook supports webSQL, then why I'm not able to create a websql db? I've also…
lorraine batol
  • 6,001
  • 16
  • 55
  • 114
0
votes
1 answer

Issue in using application cache

Hi I'm trying to use application cache .As it is documented I'm getting a prompt like : This website() is asking to store data on your computer for offline use . with 3 options : 1.Allow 2. Never for this website 3. Not now In my case only 3rd…
radhe001
  • 324
  • 1
  • 3
  • 16
0
votes
1 answer

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 the images. Here's what is in my manifest: CACHE:…
lorraine batol
  • 6,001
  • 16
  • 55
  • 114
0
votes
1 answer

Issue with using LocalStorage in PhoneGap for Android

To resolve : Application error - A network error occurred. (file:///android_asset/www/messagedetails.html?Id=29) in Android 4.0,I am using LocalStorage. This approach gave me the solution for the problem.But when the App is not run for long time or…
Surya
  • 439
  • 3
  • 9
  • 31
0
votes
1 answer

appcache served as text/plain only works in chrome?

I'm working on an application that has a broken manifest file. It's broken in a bunch of ways. One of the ways that it's broken is that it is being served as type text/plain. Safari and Firefox ignore it because of this. None of Safari, Firefox, or…
Sean McMillan
  • 10,058
  • 6
  • 55
  • 65
0
votes
2 answers

AppCache for 24 hours?

Recently I started using the method for storing assets in my PhoneGap application. Is it possible to use appcache but have it check every 24 hours for an updated version of the cached items?
Philip Kirkbride
  • 21,381
  • 38
  • 125
  • 225
0
votes
1 answer

html5 IE9 Cache issue

I have the following: var webappCache = window.applicationCache; switch (webappCache.status) { case 0: console.log("Cache status: Uncached"); break; case 1: console.log("Cache status:…
Nate Pet
  • 44,246
  • 124
  • 269
  • 414
0
votes
1 answer

Html5 cache problems with android webview

Hello I tried to cache my web application with my android device. I tried everything but nothing will work. The Cache will not refresh only on android devices and not on other devices! Below you see all the settings I've set to cache the web…
0
votes
1 answer

Update appcache manifest file version automatically

I have enabled application cache for my web application. Now i need to make sure on every time i generate the war or deploy the application, cache manifest file's version get updated automatically. So that the browser will load the content from the…
premnathcs
  • 545
  • 3
  • 11
0
votes
1 answer

HTML5 AppCache: Browser Refresh Not Working

I'm struggling to get offline files working in Chrome. The first view of the offline page works well, but if I refresh the browser, not so much. Here's the manifest file (which IS being served as content type "text/cache-manifest"): CACHE…
Andy
  • 2,709
  • 5
  • 37
  • 64
0
votes
1 answer

Force multiple users to remove their appcache

Possible Duplicate: My HTML5 Application Cache Manifest is caching everything I have made an webapp that could be cached, however the cache created a lot of problems, so I need them all to clear their cache. Can this be done automatically on my…
Tyilo
  • 28,998
  • 40
  • 113
  • 198
-1
votes
2 answers

Disable HTML5 AppCache Of All browser Except IE

I have an Angular based PWA app (based on the service-worker) which is working fine offline in all modern browsers, To support IE I have added "manifest.appcache" which enable IE works offline by HTML5 App Cache. Is there Any way which can disable…
1 2 3
34
35