I am building a mobile application for Android and iOS with PhoneGap, jQuery Mobile and jQuery
The type of information I want to save is, UTF-8 text information, roughly 500 words
Should I go with IndexedDB or HTML5 storage?
Is 500 words too small for IndexedDB?
I read that IndexedDB is only compatible with Android 4.4 or higher and iOS 7 or higher. The Google Chrome on my Android device is 36 but the Android OS is 4.1.2 but IndexedDB appears to be compatible with my phone.
Or should I go with Polyfill/WebSQL?