Problem Statement :-
1) The app is developed in Phonegap to support multiple devices (Android,iOS etc)
2) Currently using Web SQL database due to large amount of data
3) App will have to receive updated data and update its database, in the near future
Please suggest me an alternative way of storage to Web SQL database, for the above mentioned application.
As per my knowledge, a web service can be put up on the server side and JSON can be used to get and update the current SQL database. (have not used JSON in my life, so correct me if I'm wrong).
(OR)
Write a plugin for phonegap to store data in the device using some native calls.(limited knowledge here also). But will it work across multiple devices like Android-based and iOS-based?
(OR)
Can someone suggest how I proceed towards acheiving this without using html5-related stuff so that I can be able to browse the web source of the phonegap even on a normal non-html5-supporting browser?