I have 3 frames. One called “Setup” where you enter some details to get the program running, one called “Loading” which basically just shows a loading dialog while Things are set up, and one called “Chat” where the program can in fact be used.
Now, I’m trying to cancel a “go back” navigation from the “Chat” frame to the “Loading” frame, and then instead navigate on to the “Setup” frame.
So in other words, when I’m on the Chat frame and I hit “back”, I want it to go to my “Setup” frame instead of my “Loading” frame.
Is this possible?
I ended up performing 2 “GoBack” calls in the navigator. It’s a hack, but it works, and allows me to go 2 steps back. I’m probably doing something wrong though.
If better answers arrive, I will mark them as answered instead.