Al Veitas
Posts: 0
Joined: Tue Mar 06, 2012 3:43 am

Navigate To Page: Use Full Screen Refresh

Hi, can someone explain the differences of the "under the hood" behavior when "Use Full Screen Refresh" is selected or not for a "Navigate To Page" ? (or provide a link to doc)?

Thanks,
Al

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

Navigate To Page: Use Full Screen Refresh

A full page refresh will reload the entire page. The other options are more Ajax-like. The target page will be loaded, and you will see an Ajax-like transition to it. You won't see the page flickering or going blank (for a sec) as you do with a full page refresh.

SteveLacy
Posts: 6
Joined: Fri Apr 20, 2012 11:54 pm

Navigate To Page: Use Full Screen Refresh

What is the proper syntax to force a page refresh when executed via javascript?

Is the following correct?:

Tiggzi.navigateTo('HomeBasic', {refresh: true});

SteveLacy
Posts: 6
Joined: Fri Apr 20, 2012 11:54 pm

Navigate To Page: Use Full Screen Refresh

that worked great!

Sean Kelley
Posts: 0
Joined: Thu Oct 11, 2012 2:25 pm

Navigate To Page: Use Full Screen Refresh

Hi
I am curious about saving the browser history so that I can still have a back button if I reload the page I am on with itself:

Tiggzi.navigateTo('myPage', {reloadPage: true});

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Navigate To Page: Use Full Screen Refresh

Sean,

Try:
codeTiggzi.navigateTo('myPage', false);/code
When navigation there Full Screen Refresh would be.

Sean Kelley
Posts: 0
Joined: Thu Oct 11, 2012 2:25 pm

Navigate To Page: Use Full Screen Refresh

this still does not give me a back button unfortunately

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Navigate To Page: Use Full Screen Refresh

Hi Sean - please describe exactly what you want to get as a result?

Sean Kelley
Posts: 0
Joined: Thu Oct 11, 2012 2:25 pm

Navigate To Page: Use Full Screen Refresh

I do not want to loose my back button when I reload the page.

The reason I am reloading the page is that I have changed on screen things such as showing images and changing button icons, but I want to stay on the same page- just have it look differently and be able to go back to page I was at before I got there.

Return to “Issues”