
Announcements
Hi,
When the user refreshes the canvas app (press F5 in the browser), I want it to return to the last navigated screen and not the default screen.
How can I implement this?
Thanks in advance
Every time they visit a screen you'd need to write a row to a datasource, listing the name of the screen they were on and their email address, then in your App's StartScreen, you can implement some logic to define which screen should be the start screen based on what value it reads from the datasource