Tabs menu Back Button Problem

Hello there,
I created 2 tabs in my application. I put clickable images in these tabs. I redirected each image to a different Screen. When I click on one of the image, the screen opens, but the back button I created returns to the main page with Screen1. What I want is to go back to that Tab2 screen if I clicked an image in Tab2. Can anyone help? Thanks.

Welcome to the community. Please post a screenshot of your blocks in order to get help

Screen Shot 2021-10-29 at 18.36.37
Screen Shot 2021-10-29 at 18.36.48

Screen Shot 2021-10-29 at 18.43.04
Unfortunately this is a bad solution for me.
I just want to return to the Tab 2 menu. :frowning:

Maybe this might help

Another way is to use when other screen closed block, for example In Screen2 I have two tabs. If I choose tab2 a button is set to visible and when I click it Screen3 opens

Now if Screen3 backpressed then it opens Screen2 and tab2 is selected

image

2 Likes

Thank you its worked !

1 Like