You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 2, 2026. It is now read-only.
I was looking for the way to clear webview cache in phonegap app, and they give me this:
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
super.init();
super.clearCache();
super.loadUrl("file:///android_asset/www/index.html");
}
in your Java class that extends DroidGap.java.
Nice, but will not work with build server. So why don't you guys add something like