I am using Web SQL for my app that I intend to run on iOS and Android. It's coded in jQuery Mobile and will be translated to a native app using PhoneGap.
Since I heard that Web SQL is kind of deprecated and will maybe no longer be supported, I am wondering if I will be able to still use it in my environments (iOS and Android)?
At the moment things work.
If I should migrate to another solution, what would that be?