Repository metrics
- Stars
- (5,644 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
Description
In UWP, when you create an app with a master-detail navigation structure, the content of a navigation bar, specifically the title bar in the navigation bar, get's hidden when you pop in the detail page component of the structure. This only occurs when you set a different NavigationPage. Didn't have time to test the other projects(iOS and android). In example given, the masterpage is a tabbedpage which has multiple childeren. One of those childeren navigates to his own sub page. In my personal project I have a Master detail structure for an hamburgermenu navigation setup. In that case the button for showing the menu is completely hidden as well.
Steps to Reproduce
- Create a new mobile App project (Xamarin.Forms)
- Choose Master Detail as template
- Choose shared Project as Code Sharing Strategy
- Select at least Windows(UWP) as platform
- Run the UWP app
- Click on the about item in the tabbed page.
- Click on the browse item in the tabbed page.
- Click the plus icon in the upper right corner
- Click the save icon in the upper right corner
- The content of the navigation bar is now hidden.
Expected Behavior
Even when you pop a page, the content of the navigation bar should be visible.
Actual Behavior
When you pop a page of the detailsection, the TitleArea of the navigationbar is hidden.
Basic Information
- Version with issue: 3.0.0.561731
- Last known good version: unknown
- IDE: VS2017 15.7.5
- Platform Target Frameworks:
- UWP: 16299
Screenshots
Content shown:
Content hidden:
Reproduction Link
Clean solution and rebuild before use. bug.zip