在我的应用程序中,我想在单击按钮后清除webview历史记录.在webview中有什么方法像clearhistory一样反应原生? 就像是: onClearHistoryButtonClick = (event) = { this.refs[WEBVIEW_REF].clearhistory();}; 这是需
就像是:
onClearHistoryButtonClick = (event) => { this.refs[WEBVIEW_REF].clearhistory(); };这是需要清除的webview cookie.
它已在 this stack overflow question回答