Skip to main content

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.

html5-appcache
8 votes
0 answers
2k views

iOS WKWebView Service Worker

As of iOS 15 appCache is disabled. So I am looking for alternative. Is there an official way to enable WKWebView Service Workers? I know that you can add info.plist key for WKAppBoundDomains and then ...
h3dkandi's user avatar
  • 1,155
4 votes
1 answer
5k views

Application Cache Error: Invalid or missing manifest origin trial token

I have a web app that has been running without issue for the last three years. It was contructed with the ExtJS framework. All of the sudden, none of my customers could reach the site. Upon ...
Elcid_91's user avatar
  • 1,655
4 votes
1 answer
251 views

HTML Living Standard just removed application cache related code/documentation. Does this mean it got deprecated completely?

Title says most of it. Until today it was possible to see application cache related documentation in https://html.spec.whatwg.org/#applicationcache Now, the page doesn't show anything related to ...
Kemal Tezer Dilsiz's user avatar
2 votes
0 answers
228 views

App Cache in Safari 14. Why does this no longer work?

I have an aging PWA that uses App Cache for an offline mode. Today, when I browse with safari 14, my App Cache manifest never loads. In the Network tab of web inspector, it just sits there with the ...
bbsimonbb's user avatar
  • 28.4k
1 vote
1 answer
2k views

Two service workers for one domain

I have a web application that is currently using AppCache for offline storage. I am trying to convert this app to use Service Workers instead. I have used this source as the basis for my Service ...
BruceHill's user avatar
  • 7,114
1 vote
1 answer
1k views

How does one validate the Chrome AppCache Origin Trial is working?

Working on using the AppCache Origin Trial to extend our support for AppCache for several apps. Following this guide: https://web.dev/appcache-removal/ (which recommends to ask any questions here). I ...
MichaelZ's user avatar
-1 votes
2 answers
130 views

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 ...
Shailendra Sharma's user avatar
5 votes
2 answers
2k views

ExtJs Application Cache warning

I have a single page app written with ExtJs. I'm not using the application cache but when the app launches I see the following warning in Chrome: [Deprecation] Application Cache API use is ...
Mark Wagoner's user avatar
  • 1,769
1 vote
1 answer
2k views

How do I convert an application cache manifest to a service worker

The application cache is now deprecated and browsers like Chrome are removing support. We have an application that can work 100% offline while storing data in the indexeddb and syncing later when the ...
Chris Weber's user avatar
  • 5,785
0 votes
1 answer
462 views

Migrating off applicationCache (Chrome M82)

I am trying to complement existing offline appCache-based setup with a service worker for Chrome/Chromium(other browsers, namely Safari are still expected to use appCache). Simplified [pseudo]code ...
sascha_p's user avatar
0 votes
1 answer
146 views

Few JS/CSS fail to load in offline mode while using service worker

Have been trying to test service worker and it works fine while testing on localhost. The same code has been deployed on server and few of the JS and CSS files are not loading in offline mode. But ...
RK1605's user avatar
  • 11
0 votes
0 answers
474 views

selenium driver disabling html 5 support

I am trying to test a third party website/application, this is the only one we are having issue with...and can get through multiple pages, but there is one page in particular that when I am doing the ...
Greg P's user avatar
  • 792
-1 votes
1 answer
228 views

Changes made in js file or views file or css file doesn't gets reflected for the user

I have developed a single page web application with multiple views on it. For rendering these views ng-if has been used. Each view has a separate controller. Many click functionality has been ...
Praveen Kumar's user avatar
2 votes
0 answers
45 views

Why does AppCache not work on IE11 mobile?

I have a website which utilises App Cache and IndexedDb in a secure context (ie https://) to enable use offline. This works fine for most of the devices I have tested on. However on a Nokia Lumia 920 ...
Michael Hancock's user avatar
1 vote
0 answers
62 views

Offline webapp works, but not on mobile Android

I made a proof of concept app that is quite handy and works online or offline: https://foodflight.app/ I can go to the site and turn off wifi, go the page, look up contents of foods. Unfortunately ...
NoBugs's user avatar
  • 9,394

15 30 50 per page
1
2 3 4 5
35