I have cache static resources of my website using manifest file
But when I run website when internet is not connected images not shown.
Images also should cache because I putted them in manifest file.
For example I have cached this file but this file is not loaded when the Internet is disconnected.
Here is google chrome console snapshot :
Asked
Active
Viewed 795 times
5

Shahin
- 12,543
- 39
- 127
- 205
2 Answers
4
I also had the same problem. I included below in the cache.manifest file & it fixed for me.
NETWORK:
*

Derek 朕會功夫
- 92,235
- 44
- 185
- 247

Abhijeet Ashok Muneshwar
- 2,480
- 2
- 31
- 32
0
Its strange ..
The problem resolved just when I changed images folder name !

Shahin
- 12,543
- 39
- 127
- 205