ReactNative WebViewのCookieをクリアする簡単な方法
1202 ワード
WebViewのCookieを操作するには、例えば https://github.com/joeferraro/react-native-cookies などが使えます。
が、linkだとかなんとか面倒くさい。
全消したいだけやねんけど。
そんなときに、かなり簡単な方法があるようです。
import { NativeModules } from 'react-native';
NativeModules.Networking.clearCookies(() => { });
clearCookies
の引数(コールバック)は必ず書かないとクラッシュするようです。
Author And Source
この問題について(ReactNative WebViewのCookieをクリアする簡単な方法), 我々は、より多くの情報をここで見つけました https://qiita.com/kakken1988/items/504e679504b9e710cf21著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .