Friday, March 23, 2012, 2:55:38 AM, you wrote:
W> I just got word that localStorage and localDb data are no longer
W> persistent in iOS as of version 5.0.1. The files have been moved to a
W> location in cache which is regularly cleaned.
W> I am still wrapping my head around what this means for my app and for
W> my use of persistenceJS. First thought is that there is no rescue,
W> since even saveToLocalStorage won't help now.
W> Anyone with a more optimistic perspective, or should I now switch to
W> indexedDb for good?
W> Kind regards,
W> Wytze
--
Best regards,
Neville Franks, Author of Surfulater - Your off-line Digital Reference Library
Soft As It Gets Pty Ltd, http://www.surfulater.com - Download your copy now.
Victoria, Australia Blog: http://blog.surfulater.com
in WebSQL : result.rows.item(0)in the phonegap plugin : res.rows[0]and there is a bridge for this as well...Call this tx.execteSql, and only other change that then needs to be made is to use the plugin to instantiate/create the DB.-SF.