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

native iOS localStorage #116

Open
4 tasks
ggendre opened this issue May 26, 2016 · 0 comments
Open
4 tasks

native iOS localStorage #116

ggendre opened this issue May 26, 2016 · 0 comments

Comments

@ggendre
Copy link
Contributor

ggendre commented May 26, 2016

The iOS localStorage uses the real web localStorage. This worked well so far. But we decided that every Cobalt feature should be usable from the native side too.

Even if some succeed to access to the webkit localStorage this may be not the good solution. We need to have a real key/value database behind the localStorage. As we did with a sqlite database to fix the Android localStorage.

  • update the web code to proxy localStorage access
  • create an iOS database
  • handle web calls to storage and reply
  • test it with the Catalog tests

think that those functions will be available from the native side too. we have big plans for apps storage ;)

@ggendre ggendre added this to the 0.7 milestone May 26, 2016
@Doc1faux Doc1faux modified the milestones: 1.1, If enough time Mar 21, 2019
@ggendre ggendre removed this from the If enough time milestone Mar 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants