You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if local storage is a no-op for the given browser or is not present, try using a cookie or some other storage mechanism instead; can be placed behind a flag if that's not desirable.
Current Behavior
Current behavior forces local storage as the storage medium
Possible Solution
Would be great if we can use a cookie as a backup if localstorage doesn't work
Steps to Reproduce (for bugs)
not relevant
Context
Localstorage is a no-op in iOS private browsing, which we've found to be unfortunately common on our service; but cookies definitely work in that scenario.
Your Environment
Version used: 2.3.0
Browser Name and version: Mobile Safari
Operating System and version (desktop or mobile): iOS 13.7
Link to your project: private repo
The text was updated successfully, but these errors were encountered:
Table of Contents
Expected Behavior
if local storage is a no-op for the given browser or is not present, try using a cookie or some other storage mechanism instead; can be placed behind a flag if that's not desirable.
Current Behavior
Current behavior forces local storage as the storage medium
Possible Solution
Would be great if we can use a cookie as a backup if localstorage doesn't work
Steps to Reproduce (for bugs)
not relevant
Context
Localstorage is a no-op in iOS private browsing, which we've found to be unfortunately common on our service; but cookies definitely work in that scenario.
Your Environment
The text was updated successfully, but these errors were encountered: