We have an offline-enabled web app that up until now has worked in both Chrome and Firefox on iOS (but not Safari).
We just tested with a new, up-to-date iPad and found that while Safari still has issues with incomplete indexedDB support Chrome and Firefox now don't operate offline at all.
Versions are iOS 9.2.1, Chrome 48.0.2564.104.
This thread seems to suggest that Chrome at least is now using WKWebView which doesn't support Application Cache.
Can anyone confirm that my understanding of this is correct, ie that it's a fact that Chrome/Firefox on iOS just don't support Application Cache at all anymore, and that only Apple could change this?
Any suggestions on what we can do about it? The only thing I can think of right now is that we'll need to get the app working in Safari by using something other than indexedDB.