Does anyone have any experience of storing data in JavaScript across all mobile platforms using PhoneGap? My ideal solution would be to use something like SQLite, but unfortunately SQLite isn't supported across all the platforms PhoneGap supports.
I tried to ask this question a little while ago, but it got quite a few negative marks. If you think this is a bad / pointless question I would love to know as it will hopefully help me to understand the problem!
Cheers, Nick.
Does anyone have any experience of storing data in JavaScript across all mobile platforms using PhoneGap? My ideal solution would be to use something like SQLite, but unfortunately SQLite isn't supported across all the platforms PhoneGap supports.
I tried to ask this question a little while ago, but it got quite a few negative marks. If you think this is a bad / pointless question I would love to know as it will hopefully help me to understand the problem!
Cheers, Nick.
Share Improve this question asked Mar 29, 2010 at 16:40 Nick CartwrightNick Cartwright 8,27415 gold badges47 silver badges56 bronze badges1 Answer
Reset to default 9I would check out Lawnchair. It has a simple storage API (using SQLite, domStorage or Gears behind the scenes) for iPhone, Android and PalmOS as well as any other browser that supports cookies.