Reputation:
im currently studying jquery mobile and ive been looking for tutorials on making a sqlite database on mobile app using jquery and html but ive been encountering are tutorials with phonegap on them.is it possible not to use phone gap.i dont want to use phone gap so im wondering if it is mandatory to use phone gap to make sqlite data base.and if you have any tutorials available please post it thank you
Upvotes: 3
Views: 18355
Reputation: 504
This might helps you...
http://docs.phonegap.com/en/3.1.0/cordova_storage_storage.md.html#Storage
and
Upvotes: 3
Reputation: 1384
From within HTML5+jquery mobile applications you do not have access to the Android SQlite. try webSQL.
Upvotes: 2