Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

Problem with the concept

Hello,

Sorry for delay, we'll check this but it will take some time.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Problem with the concept

Hello! Sorry for a late reply.
1) Before sync check if localStorage variable is set (let it be synchronized for example). If it's set - do not sync, if it's not set - do sync. After sync is done set this variable to avoid iteration of this operation.
2) If the user closes the app or restart device - localStorage and Web SQLite won't disappear.
3) SQLite and localStorage are the best solution. You can also store in files, but it's much more complicated.

Return to “Issues”