3

HTML5 Application Cache not working in ie8+, so i need some of the solution which makes my resource available even in offline mode in ie8+ browsers, in all other browsers the html5 appcache is working fine, only had problem with ie, so need solution for ie8+.

Garrett Vlieger
  • 9,354
  • 4
  • 32
  • 44
deepmoteria
  • 2,279
  • 2
  • 19
  • 20

2 Answers2

3

Try this: Researching HTML5 Offline. They suggest Google Gears, even though it's deprecated (post is from August 2010).

Ian Devlin
  • 18,534
  • 6
  • 55
  • 73
3

Ie 8 and all 8+ versions does not support html5 offline cache, and even 9 does not support this but recently 10 has a developer document which has this support.

deepmoteria
  • 2,279
  • 2
  • 19
  • 20