I\'m making an android application using phonegap. I\'m using phonegap\'s Storage api for querying a database. here\'s my code:
function directPath(src, dest
Don't try to fight the asynchrony: Your app might end up seeming unresponsive to the user. Use the querySuccess callback for any code that has to be executed afterwards.