Load Screen non-cache
What default values?? Page form fields should be blank on Full screen Refresh !
Obviously page caching is constant and cant be overridden in Tiggzi.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
What default values?? Page form fields should be blank on Full screen Refresh !
Obviously page caching is constant and cant be overridden in Tiggzi.
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.
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