LoginSignup
2
3

More than 1 year has passed since last update.

react-native-webviewのキャッシュを使用しない設定

Posted at

cacheEnabled

公式のAPIリファレンスに cacheEnabled というプロパティがあったので、
cacheEnabled={false} を追加するとAndroidはキャッシュを使用しなくなったがiOSは変わらなかった。

incognito

incognito={true} を追加するとiOSもキャッシュを使用しなくなった。

参考

公式APIリファレンス
WebView still reads resources from the cache with cacheEnabled={false} #880

2
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
3