Yes I have been playing with LocalStorage through JavaScript and have used it to save scores from a browser game (created with gameQuery) after you complete a first level. When the visitor restarts or reloads their browser after completing or dieing, the last score would reload into the game by the help of LocalStorage. I know that much about it, but here is a deeper question...
Is the PhoneGap application working through a mobile web browser when the user is engaging in it? If so what does the URL look like when the user is offline?
Thanks guys for giving me some good tips so far!
I just need to jump in and building something from start to finish to get a feel of the application for offline use.
*Break through the ice and never look back*