RBuster
LocalStorage/WebStorage will be deleted on iOS when the user's disk space is low. I used WebStorage for my game on iOS8+ and users reported losing their saves and it was a year ago, I found out that iOS is allowed to delete what it considers temporary web files, with WebStorage falls under.
So I presume that I'll have some problems with the web storage soon.
[quote:2ral9ixc]This is why they want to move to IndexeDB (new LocalStorage), as it's more permanent. There was a bug in iOS8 that still deleted it, but its fixed in iOS9+ and IndexeDB should be more permanent.
But do you know if there is an estimated time?
[quote:2ral9ixc]Maybe test CocoonIO if you have a small project, it's free for 2x 50MB projects.
Sorry, but I don't really agree with the Ludei premises.
[quote:2ral9ixc]Intel XDK would not even compile for me, it has problems with installing WKWebView plugins. :/
Did you try to remove the WKWebview plugin from the plugin management? I know it's not the best solution, but you can do it just for build the app. It solved for me. AFAIK, the XDX update will occur very soon