Re: [qooxdoo-devel] How to save settings for mobile applications

2013-04-11 Thread Oleksandr Shneyder
Hi Andreas, It works :) thank you very much for your help! regards, Alex Am 11.04.2013 15:24, schrieb Andreas Parusel: > Hi Alex, > > Instead of using cookies, have a look at qx.bom.storage.Web, the qooxdoo > wrapper of HTML5 LocalStorage. It is well supported on mobile devices and > should w

Re: [qooxdoo-devel] How to save settings for mobile applications

2013-04-11 Thread Andreas Parusel
Hi Alex, Instead of using cookies, have a look at qx.bom.storage.Web, the qooxdoo wrapper of HTML5 LocalStorage. It is well supported on mobile devices and should work fine within PhoneGap. Andreas Parusel Software Developer Applications & Integration 1&1 Internet AG Ernst-Frey-Straße 10 DE-76

[qooxdoo-devel] How to save settings for mobile applications

2013-04-11 Thread Oleksandr Shneyder
Hello List, I developing a mobile application for android and ios. I want to save some application settings, which I want to load after app is restarted. If I running app from mobile browsing, I save settings using qx.bom.Cookie. But if I running app using PhoneGap, I can not load cookies after ap