Id like ideas and ways to be able to remember where was i, at what screens and what state when i quit the app and come back. Right now i have set the ‘set the screen awake to’ true everywhere so im always logged in. Id like to be able to quit and come back at exactly the right screens.
Hi @ocorbo
You could solve this using a stored variable. You can store the screen name on it every time a screen is opened. Also, on the first screen of the app, you will need to add the navigate to block connected with that stored variable inside the “when screen opens” block.