What is the recommended way to navigate to another page of a multi page app using Javascript?

Hi there, what is the recommended way to navigate to another page of a multi-page app without using the navigation component? For example: When I hit a button, I want to navigate to a certain page of my app. AFTER I did some calculation so I cannot use the "go to page" event handler.

Thank you in advance!

Hey Robert,

Have you tried with the utils.openApp() method??

1 Like