Storage
Enable localStorage & sessionStorage
Enable JavaScript
Ensure JavaScript is enabled because localStorage
requires it:
Prevent WebView Data Loss (iOS 11+)
By default, WKWebView
might clear storage (including localStorage
) when the app is backgrounded. To avoid this, set default()
storage:
Last updated