I am developing an app with Cordova/Phone Gap for Android and IOS. I have to save around 700-800MB in local. While the device does not have an internet connection, It should work offline saving data and when the device gets internet It will sent all the data to a server.
I am reading that there are two options for big data:
1.- SQLite plugin
2.- Native storage
I am interested in native implementation but I can not find an example about how implement it.
Could anyone please provide me an example about how to implement native storage on Cordova/PhoneGap?