GoToGroup with Back Button Functionality

When I use GoToGroup I am unable to use my back button. Is there any way to use Groups for navigation and have back button functionality?

Yes. Call either PushPage or OpenPage & set the parameter to Groups/YOUR_GROUPCOLLECTION_NAME

All of the GoTo methods clear the navigation stack so none of those will present the Back button to you.

I need help with a creative solution. If you hide the AppBar, once you GoToGroup, how do you navigate away from there?

@bill would I just need to create my own navigation buttons to go other places?

Yes, you will need to create your own navigation buttons if the AppBar is hidden. GoTo commands clear the navigation stack so going back is not an option.

1 Like