storesafe / cordova-sqlite-storage

A Cordova/PhoneGap plugin to open and use sqlite databases on Android, iOS and Windows with HTML5/Web SQL API
Other
2.14k stars 715 forks source link

Connected to the internet / Not connected to the internet #181

Open niksimms opened 9 years ago

niksimms commented 9 years ago

I did some testing with a sim less android phone with a recent app build. When the wifi was switched off (no internet) the data stored seem to be in another database, as soon as the wifi was restored it would switch back to the previous database but would not have the data stored while offline. Switching the wifi off would revert to the offline database.

brodycj commented 9 years ago

Need tracing to diagnose this issue. Please post trace from adb logcat in both cases. More tracing related to opening of database may be needed.

sargsyantaron commented 6 years ago

this seems to happen on IOS as well!