Page 2 of 2

Load Screen non-cache

Posted: Mon Oct 29, 2012 11:24 pm
by Emmz

What default values?? Page form fields should be blank on Full screen Refresh !
Obviously page caching is constant and cant be overridden in Tiggzi.


Load Screen non-cache

Posted: Mon Oct 29, 2012 11:33 pm
by maxkatz

I'm not sure why the values are cached. The final app is running in the browser, not Tiggzi. We use standard jQuery Mobile navigation. Tiggzi.navigateTo(..) is just a shortcut. You can always jQuery Mobile changePage API directly if it helps.


Load Screen non-cache

Posted: Tue Oct 30, 2012 4:01 pm
by Emmz

Ok. I'm best off going back to single page template because of this I guess.
Jquery is great but can be such a pain sometimes....
I will add data-dom-cache=true to the Page I want to keep user entered data.
And of course the start page is always in cache unless removed by code...

Tks