Skip to content

Instantly share code, notes, and snippets.

@mdsahib
Created April 27, 2013 06:41
Show Gist options
  • Save mdsahib/5472123 to your computer and use it in GitHub Desktop.
Save mdsahib/5472123 to your computer and use it in GitHub Desktop.
Appcache problem with android build with phonegap build
AddType text/cache-manifest .appcache
CACHE MANIFEST
index.html
<html manifest="cache.appcache">
<body>
Say hello to Appcache
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment