reactjs – React-native,清晰的webview cookie?
发布时间:2020-12-15 20:49:19 所属栏目:百科 来源:网络整理
导读:有可能清除react-native webview cookie吗?当我替换到其他视图并返回并再次安装webview时,看起来cookie仍然存在于webview中. 问候 您可以使用 react-native-cookies来管理您的应用Cookie. import CookieManager from 'react-native-cookies';// clear cooki
有可能清除react-native webview cookie吗?当我替换到其他视图并返回并再次安装webview时,看起来cookie仍然存在于webview中.
问候
您可以使用
react-native-cookies来管理您的应用Cookie.
import CookieManager from 'react-native-cookies'; // clear cookies on webview will mount! CookieManager.clearAll() .then((res) => { console.log('CookieManager.clearAll =>',res); }); (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |