I was trying to clear localstorage before I started my App. I added localStorage.clear(); to my login routine .. now I can't get anything to really work, What can I do to fix this?
Basically I was trying to run the twitter application and when I would switch to a different screen it would load once (the service was invoked on page load not page show).. Then I changed it to page show and it worked. I believe this was because I had the Jquery mobile multi page setup checked..
ok that helps. so in the app settings you are saying not to click this
"Render all pages in one HTML file (jQuery Mobile multi-page template)"
Just found something that said use page show not load to invoke the service.. Maybe this will fix it
I am working on a project where I bound a local storage item to a id and then call a rest service to pull details, I can see the mobilelistitem but when I click on the individual list for details it shows for the first one I click but doesn't change.. almost like it is cached.. what am I doing wrong?