Navigation to another page in application with full screen refresh.
I understood and made the changes. But still the same.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
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 =)