Page 1 of 1
Does Tiggzi cache pages?
Posted: Sun Apr 14, 2013 3:47 am
by John Best
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?
Does Tiggzi cache pages?
Posted: Sun Apr 14, 2013 4:45 am
by John Best
Just found something that said use page show not load to invoke the service.. Maybe this will fix it
Does Tiggzi cache pages?
Posted: Sun Apr 14, 2013 2:06 pm
by Igor
Hello John,
Sorry for the delay. Please take a look here
https://getsatisfaction.com/tiggzi/to...
Does Tiggzi cache pages?
Posted: Sun Apr 14, 2013 4:51 pm
by John Best
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)"
Does Tiggzi cache pages?
Posted: Sun Apr 14, 2013 5:22 pm
by Igor
Can you clarify we're talking about page cache or something else?
Does Tiggzi cache pages?
Posted: Mon Apr 15, 2013 12:32 am
by John Best
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..