2

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?

duality_
  • 17,738
  • 23
  • 77
  • 95

1 Answers1

1

I guess you can use it in your projects. I use it for my mobile web app where I use jQuery Mobile and Phonegap to put an app on iOS and Android and things work just fine.

duality_
  • 17,738
  • 23
  • 77
  • 95