Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Use application cache only when offline

I have used html5 manifest to store a web app offline. I only want the offline version of the app to load when there isn't an internet connection. When there is an internet connection i want to be able to run directly offline. Is this possible?

like image 856
John williams Avatar asked Nov 11 '22 21:11

John williams


1 Answers

Found couple of links that might be useful for you: http://en.wikipedia.org/wiki/Cache_manifest_in_HTML5
http://diveintohtml5.info/offline.html

like image 71
ummahusla Avatar answered Nov 14 '22 22:11

ummahusla