xamarin/Xamarin.Forms
[Bug] [Shell] Bottom tab back navigation is not working on Android
Open
#7,081 opened on Aug 6, 2019
e/3 :clock3:help wantedp/Androidt/bug :bug:up-for-grabs
Repository metrics
- Stars
- (5,644 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
Description
On android, when using bottom tabs in shell, if I navigate to a new page and then navigate back by using the bottom tab bar, no navigation occurs. I am forced to use the back button.
Steps to Reproduce
- Create an app with shell and set up 2 bottom tabs.
- Push a new page onto the navigation stack using Shell's GoToAsync call
- Attempt to navigate back by pressing the bottom tab bar button.
Expected Behavior
I am able to navigate back to the previous page
Actual Behavior
No navigation happens.
Basic Information
- Version with issue: Forms 4.1
- Last known good version: none that I know of
- IDE: windows and mac
- Platform Target Frameworks: Latest
Reproduction Link
This project is the basic shell template when making a new shell project. I changed the navigation to the item details to using a shell route instead of using the page INavigation property.
Extra info
Navigating back is the behavior found on other android apps with bottom nav bars (Target, YouTube, Spotify).