I understood and made the changes. But still the same.
I understood and made the changes. But still the same.
I've tested and it navigate me to the second screen from the first one with timeout.
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.
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
Hi,
Any update on the above issue?
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
I spent one full day looking for this...Thanks for this previous answer Katya =)