thanks for your note. i found out about the tech talk too late so i
was unable to attend the one held here in san francisco.
these features, as far as i know, have been available since version
2.1. but they are a great addition to the webapp development.
especially the full-screen option, that's been on the developer wish
list since day one. but i believe it is not controlled via javascript
but, rather, it's just a meta tag you set in your app called
apple-mobile-web-app-capable. setting it to yes should get rid of the
header and footer.
not sure about a good use case for inclusion of sqlite in the CiUI
library though. its main purpose is to mimic behavior of native apps
so any kind of persistence handling logic should be done by individual
applications. but i'm open to hear counter-arguments.