在我的应用程序中,我想在单击按钮后清除 webview 历史记录。在本机反应中,webview 上有没有像 clearhistory 这样的方法?
就像是:
onClearHistoryButtonClick = (event) => { this.refs[WEBVIEW_REF].clearhistory(); };
webview react-native
react-native ×1
webview ×1