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
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
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