I found an annoying bug that I isolated in an app.
Basically, I cannot use “back” action to go back to another tab.
You can try it here: https://back-bug.glide.page/
Team ID: Do6fJrSmnhbYhidBZUUU App ID: l9DCxUTmbp4HxJNIRVdp
How to replicate
In the editor,
– Add a button to go to another tab.
– On this other tab, add a back button.
In the app,
– Click on the first button
– Click on the back button
This is not a bug, it’s the way Glide works.
Tabs are top level screens, there is nothing above them and so nothing to go back to.
To get the behaviour you are looking for you should modify the action on your second button to use “Go to tab” instead of “Go back”.