Let me clarify, when I say mobile web apps I mean web apps that are designed to run across different mobile platforms, not native mobile apps that access the internet for data.
So I was doing some reading to see how these mobile web apps could store data on the client side. According to the book:
Building Andriod Apps with html, css, and javascript by Jonathan Stark
same book but with different title
Building iPhone Apps with html, css, and javascript by Jonathan Stark
He discussed using WebSQL which is not no longer part of the html5 spec. So I was wondering what is the alternative to WebSQL to storing data using a database for offline usage?