Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

storage.get returns "null" on IOS Chrome #47

Open
Ferezoz opened this issue Feb 19, 2018 · 3 comments
Open

storage.get returns "null" on IOS Chrome #47

Ferezoz opened this issue Feb 19, 2018 · 3 comments

Comments

@Ferezoz
Copy link

Ferezoz commented Feb 19, 2018

When I am on desktop browser I can retrieve the key from the hub correctly but when I open the web page on IOS Chrome it returns "null".

It also works on IOS Safari.

@christian-schulze
Copy link

@fernando-gl Check Notes on Safari 7+ (OSX, iOS) under Compatibility in the readme. Since all browsers on IOS use the Apple provided browser engine, its likely the local storage restrictions apply in this case.

@ViieeS
Copy link

ViieeS commented Apr 26, 2019

Can you guys recommend any workarounds for iOS Chrome? I can use cross-domain local storage via iframe postMessage in all browsers (even iOS Safari) except this one.

@Ferezoz
Copy link
Author

Ferezoz commented May 3, 2019

@ViieeS yeah I had the same problem and ended up using cookies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants