I have an iOS application using Angular.js and compiled to iOS using Phonegap. Yet, I have some trouble using localStorage. It works well, but after a given amount of time (approximatively half a day), all stored data are cleared.
Is there any retention delay parameter to configure, either on XCode or on Phonegap? I read that local storage is cleared when memory is too low. Yet, I don't have the mentionned pop-up.
Thanks for your help! :)