从Web视图中清除搜索历史记录

时间:2019-03-22 08:17:19

标签: android browser webview android-webview browser-history

enter image description here

在我的实现中,我想从Google页面中删除此搜索记录。 我曾尝试过使用缓存清除,清除表单数据,clearHistory,但未成功。 请帮助我。

1 个答案:

答案 0 :(得分:1)

那不是您的Webview或浏览器的历史,而是保存在您的特定Google帐户中,为此,我想您必须从您的Google帐户中删除Google搜索历史。

{{ 3}}

或尝试使用WebStorage.getInstance().deleteAllData();

从webView清除所有数据