Emmz
Posts: 0
Joined: Sat Jun 23, 2012 11:06 pm

Load Screen non-cache

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.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Load Screen non-cache

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

Emmz
Posts: 0
Joined: Sat Jun 23, 2012 11:06 pm

Load Screen non-cache

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

Emmz
Posts: 0
Joined: Sat Jun 23, 2012 11:06 pm

Load Screen non-cache

Anything??

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Load Screen non-cache

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.

Emmz
Posts: 0
Joined: Sat Jun 23, 2012 11:06 pm

Load Screen non-cache

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???

Emmz
Posts: 0
Joined: Sat Jun 23, 2012 11:06 pm

Load Screen non-cache

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

Emmz
Posts: 0
Joined: Sat Jun 23, 2012 11:06 pm

Load Screen non-cache

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

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Load Screen non-cache

[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.

Emmz
Posts: 0
Joined: Sat Jun 23, 2012 11:06 pm

Load Screen non-cache

no reply from me necessary...

Return to “Issues”