I'm having troubles to find the SQLite databases that Phonegap creates on iPhone and Android.
I've checked the /data folder but there aren't any there.
I know that the APIs are based in the W3C Web SQL Database Specification and W3C Web Storage API Specification, and in computer's browsers I can see them with the inspector. In Phonegap documentation it says that it creates as SQLite database but I can't find it in my android device and iPhone.
Does anyone know where PhoneGap creates the databases?
Thanks in advance,
Elkas