We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f445329 + 838be1d commit 6981129Copy full SHA for 6981129
android/src/main/java/com/flutter_webview_plugin/WebviewActivity.java
@@ -61,7 +61,7 @@ public void onReceiveValue(Boolean aBoolean) {
61
62
protected void clearCache() {
63
if (getIntent().getBooleanExtra(CLEAR_CACHE_KEY, false)) {
64
- webView.clearCache(false);
+ webView.clearCache(true);
65
webView.clearFormData();
66
}
67
0 commit comments