Skip to content

Instantly share code, notes, and snippets.

@GJSmith3rd
Created October 9, 2013 07:24
Show Gist options
  • Save GJSmith3rd/6897483 to your computer and use it in GitHub Desktop.
Save GJSmith3rd/6897483 to your computer and use it in GitHub Desktop.
Unverified - Undefined Error in Apperi.io - Clearing Android Hybrid App Cache via Cordova/PhoneGap Undocumented API http://community.phonegap.com/nitobi/topics/android_caching_problems
navigator.app.cleanCache(); //PhoneGap Build - Undefined Error Apperi.io
webview.getSettings().setCacheMode(false); //Eclipse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment