I am building an app which is for both android and ios. I need information about storing data locally for both the platforms and it will be good if its a common database. As per the reviews, localStorage does not seem to be good. Or just need information on best way of handling data storage locally??
If you have to crypt data, because of sensible data. For that exists also from the litehelpers a plugin:
Finally I don’t recommend the the local storage without the sqlite plugin.
But well that is purely a matter of taste, I love to work with the plugin.