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
Safari doesn't allow cross domain access to localStorage by default, which means this package don't solve the problem for Safari users. Only when the browser setting 'cookies and other website data' is set to 'allow always' it will work well.
It seems hard to find a work around.
The text was updated successfully, but these errors were encountered:
It appears it's only a problem with safari on localhost. It works fine in
production.
On Sun, Sep 20, 2015 at 6:31 PM, Jarno Le Conté [email protected]
wrote:
Safari doesn't allow cross domain access to localStorage by default, which
means this package don't solve the problem for Safari users. Only when the
browser setting 'cookies and other website data' is set to 'allow always'
it will work well.
It seems hard to find a work around.
—
Reply to this email directly or view it on GitHub #5.
Although the cross-origin setup is correct and no errors appear in the console, the iframe just see an empty localStorage. In Safari (using the default settings) a single site have different instance of localStorage when loaded in an iframe than loaded in the browser directly. The localStorage isn't shared in this case.
Safari doesn't allow cross domain access to localStorage by default, which means this package don't solve the problem for Safari users. Only when the browser setting 'cookies and other website data' is set to 'allow always' it will work well.
It seems hard to find a work around.
The text was updated successfully, but these errors were encountered: