Skip to content

Instantly share code, notes, and snippets.

@beebole
Last active July 25, 2017 20:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save beebole/d27e8b5f372f13ae8b31c45adcabb460 to your computer and use it in GitHub Desktop.
Save beebole/d27e8b5f372f13ae8b31c45adcabb460 to your computer and use it in GitHub Desktop.
Mobile offline - AppCache setup
} else if ('applicationCache' in window) {
var iframe = document.createElement('iframe');
iframe.style.display = 'none';
iframe.src = 'load-appcache.html';
document.body.appendChild(iframe);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment