When I try to navigate into multiple-layer navigation, the back button not working.
Let's say first goes into the "dashboard" page then I go into the "animals" page then if I try the back button it's working fine, but if I go deeper into the "cats" page and then try the back button it not working. I check both windows and android devices.
1.<ShellContent Title="Home" ContentTemplate="{DataTemplate page:DashBoard}" Route="DashBoard" />
2.await Shell.Current.GoToAsync("animals");
3.await Shell.Current.GoToAsync("cats");
am I missing something here, please help me out.