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+.
Asked
Active
Viewed 3,293 times
3
-
1Of course it's not working in IE8, it's not a HTML5 capable browser. – Ian Devlin Nov 14 '11 at 11:42
-
Thanks for your reply Ian, but i know it and it is not supported in ie9 even and will be supproted in ie10. thats why i need some of the alternative for the same. – deepmoteria Nov 15 '11 at 07:26
-
Fair enough, but I also added an answer below, which may or may not help. – Ian Devlin Nov 15 '11 at 08:56
2 Answers
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