Cordova Web view cache clear in android

前端 未结 2 1557
一个人的身影
一个人的身影 2021-01-14 11:09

I am trying to clear the cache stored in android application which uses cordova webview. I tried with cordovaWebView.clearCache(true); Also tried with

2条回答
  •  不要未来只要你来
    2021-01-14 11:48

    I'm using the "cordova-plugin-cache-clear" plugin

    https://github.com/anrip/cordova-plugin-cache-clear

    To use the plugin, simply call window.CacheClear(success, error);

    and it cleans the webView cache.

提交回复
热议问题