I'm trying to create a local database and understood this can be done with phonegap API http://docs.phonegap.com/en/1.2.0/pho...
but what should be the object prefix for the methods? for example:
if i want to open a database i'm suppose to use this
var dbShell = window.openDatabase(name, version, display_name, size);
but the window object is not recognized in tiggzi so what should it be?
Thanks
Adi