Page 2 of 2

Navigation to another page in application with full screen refresh.

Posted: Sun Jan 05, 2014 3:07 pm
by prashant purohit

I understood and made the changes. But still the same.


Navigation to another page in application with full screen refresh.

Posted: Sun Jan 05, 2014 3:11 pm
by Igor

I've tested and it navigate me to the second screen from the first one with timeout.


Navigation to another page in application with full screen refresh.

Posted: Sun Jan 05, 2014 3:30 pm
by prashant purohit

did you get the full screen refresh of login_screen? I am not. on full screen refresh, you should see the black color tool tip, which are coming when you go via button.


Navigation to another page in application with full screen refresh.

Posted: Sun Jan 05, 2014 3:31 pm
by prashant purohit

Problem is not in navigation. Problem is login screen should load with full screen refersh in similar way as its opening up with button click


Navigation to another page in application with full screen refresh.

Posted: Mon Jan 06, 2014 2:02 pm
by prashant purohit

Hi,

Any update on the above issue?


Navigation to another page in application with full screen refresh.

Posted: Mon Jan 06, 2014 2:29 pm
by Kateryna Grynko

Hi Prashant,

If you need to navigate to another page with "full screen refersh" using JS, replace:preAppery.navigateTo('main_screen', {});/prewith:prewindow.location = 'main_screen.html';/pre


Navigation to another page in application with full screen refresh.

Posted: Sun Feb 02, 2014 6:27 pm
by Alex Garcia6398098

I spent one full day looking for this...Thanks for this previous answer Katya =)