I am trying to create and Android application with jQuery / Phonegap using the source found here: http://coenraets.org/blog/2011/10/sample-app-using-the-phonegap-database-api/
However, when deployed, the list from the database does not show up.
Based on the sample on the site it should work, am I missing something?
Cheers.
Well, I’d recommend doing some basic debugging. See if there are any errors being thrown that you may be missing. Also – I’ve got an example of Phonegap/DB support here: http://www.coldfusionjedi.com/index.cfm/2011/10/20/Example-of-PhoneGaps-Database-Support
Maybe this alternative example will help.