5 ms·
LocalStorage seems broken on the mac which makes it a bad platform to develop webkit apps in. (It does not persist across program runs) In fact, if either webs
by taskstrike 15y ago
LocalStorage seems broken on the mac which makes it a bad platform to develop webkit apps in. (It does not persist across program runs)
In fact, if either websql or localstorage worked in cocoa webkit it would be great.
- maccman 15y agoYes, this looks like just a bug. You can definitely get localStorage to persist data between instantiations. I'll fix it.
- maccman 15y agoFixed now.
- taskstrike 15y agothanks a lot, I can finally get off Appcelerator!