反应原生清晰的网页浏览历史记录

tom*_*mar 5 webview react-native

在我的应用程序中,我想在单击按钮后清除 webview 历史记录。在本机反应中,webview 上有没有像 clearhistory 这样的方法?

就像是:

onClearHistoryButtonClick = (event) => {
  this.refs[WEBVIEW_REF].clearhistory();
};
Run Code Online (Sandbox Code Playgroud)

Nap*_*apa 0

这是webview cookies需要清除的。在这个堆栈溢出问题中已经得到了回答