Using Back button in cell phone to navigate to previous sections in app

Hello, I have designed an app that uses an image as back button to navigate to previous sections within the app, though I would like to know if there is a way to use the built-in back button in a cell phone to navigate to previous sections since this is more user friendly. Any help will be greatly appreciated :slight_smile:

You can use the BackPressed event block for your screen(s) to hook into when the user presses the soft back key.

1 Like

Thank you very much, just what I was looking for I just need to tweak it a bit :slight_smile:

1 Like