For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 9 replies, 3 voices, and was last updated 14 years, 4 months ago by
support-michael.
-
AuthorPosts
-
SonamGyatoMemberIt seems like in ios 5.1, if you restart the phone.
localStorage gets deleted – what gives!!!
how to store persistent data.
March 13, 2012 at 4:56 pm #324249
support-michaelKeymasterWe are evaluating options. Seems apple screwed html5 web developers with their handling of localstorage and webdb in ios5.1. They have taken the position that local storage is effectively another kind of cache, not permanent storage. Thus if it is a cache then it can be regenerated which is bogus.
March 13, 2012 at 5:05 pm #324251
SonamGyatoMemberplease advise ASAP on a solution.
I just need to store a string (serial#).
Native is not an option for me because i want to host
the app on my server – not the app market.March 14, 2012 at 2:16 am #324259
NorfMemberHi,
same problem here.
Need this feature too ASAP!!
Our App is also running on a private Server and there are options to write in the App.
But every new start all is lost..Can you tell us when you fix that small problem??
Regards Norbert
March 14, 2012 at 2:00 pm #324278
SonamGyatoMembersmall problem – but i bet the solution will be difficult.
wayne – any hope of a solution.
i understand from a previous response that native apps
cannot be hosted on non-apple servers.can phonegap app – anything with persistent storage –
not requiring apple server. that’s what i need.March 14, 2012 at 8:12 pm #324289
support-michaelKeymasterAll,
We have been blindsided by apple’s decision to make local storage volatile. We do not have a simple web-based work-around at the moment. We are searching for an acceptable solution but this may take some time as nothing simple is available yet.
March 15, 2012 at 6:12 am #324297
SonamGyatoMemberis there something available to a webapp to uniquely
identify the device.serial#, IMEI #, phone#, anything.
Also, any info on when this localStorage gets cleared –
the conditions.March 19, 2012 at 8:14 am #324387
SonamGyatoMemberGetting back to this topic.
Can I write a phonegap app (w/ access to the file system) and
still be a non-native app – i.e. i want to host app on my own server.Essentially I need access to the file system – but I know that
web-apps have limited access to the file-system.March 19, 2012 at 5:31 pm #324403
support-michaelKeymaster>is there something available to a webapp to uniquely identify the device. serial#, IMEI #, phone#, anything.
not that I know of other than cookie info
>Also, any info on when this localStorage gets cleared – the conditions.
Hopefully very soon. A potential solution was posted this week on the Cordova project bug for early adopters to build and begin testing. We are monitoring the experience of others and will pick it up as soon as its viability is proven.
March 19, 2012 at 5:33 pm #324405
support-michaelKeymaster>Can I write a phonegap app (w/ access to the file system) and still be a non-native app – i.e. i want to host app on my own server.
No, the file system api is private to mobile webapps. Thus the invention of the phonegap/cordova sdk.
-
AuthorPosts
