I am testing https://github.com/xamarin/xamarin-forms-samples/tree/master/UserInterface/Xaminals application on android 9.
I would like to know why the hardware back button does not work as expected (return to the previous view)
Example:
- Start app 2- Entered the Dogs tab
- Press hardware back button
- The application is suspended. You should go back to the cat list.
Example 2:
- Start app
- Entered the side menu and going to monkeys.
- Press hardware back button
- The application is suspended. You should go back to the cat list.
I'm not understanding why the hardware button only works correctly for example when I enter the detail of a cat and then I go back.
question from:https://stackoverflow.com/questions/65891645/xamarin-shell-hardware-backbutton