Page 1 of 2

Load Screen non-cache

Posted: Mon Oct 29, 2012 3:46 pm
by Emmz

Screen1 loads. User alters content by inputing various data.
Goto screen 2....

Now How do I goto Screen1 again with original (un-Altered) content?
I thought...
Tiggr.navigateTo('Screen1'),{ transition: "none"});
Uses ajax..
Tiggr.navigateTo('Screen1');
Full Screen Refresh..(Tested but still loads cache)

Ideas??
Tks.


Load Screen non-cache

Posted: Mon Oct 29, 2012 4:01 pm
by maxkatz

Try with a basic history.back(..) function.


Load Screen non-cache

Posted: Mon Oct 29, 2012 4:46 pm
by Emmz

No.. I navigate to Screen1 from menu or other screens
Sorry was not clear on this.

from menu to screeen1 no cache
from say any other screen cache ok.

also.Its a multi-page template design


Load Screen non-cache

Posted: Mon Oct 29, 2012 10:13 pm
by Emmz

Anything??


Load Screen non-cache

Posted: Mon Oct 29, 2012 10:21 pm
by maxkatz

history.back(..) should show the page in browser (without reloading). If doesn't -- see if there are any jQuery/jQuery Mobile ways to achieve this.


Load Screen non-cache

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

I Dont see how history back has anything todo with my question.
If it does...
How do I navigate from menu screen to screen blabla when I have never been on Bla Bla screen???


Load Screen non-cache

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

In a Tiggzi multipage template ....
A form on a screen shows previously competed data no matter if I use navigate ajax or full screen refresh


Load Screen non-cache

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

Tried half a dozen standard jquery prevent cache but to no avail...
Tiggzi seems to take control of this


Load Screen non-cache

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

[quote:]
Now How do I goto Screen1 again with original (un-Altered) content?
[/quote]
It has to be coded. For example, get the default values from local storage.


Load Screen non-cache

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

no reply from me necessary...