Strypper / mauisland

MAUIsland 🏝️ is the number 1 controls gallery for .NET MAUI
MIT License
200 stars 14 forks source link

Can't navigate backward from controls page to MAUIAllControlsPage #1

Closed Strypper closed 1 year ago

Strypper commented 1 year ago

MAUIAllControlsPage image Detail Control Page - Notice there's a back button on top image When MAUIAllControlsPage navigate to DetailControl is fine but when trying to navigate back nothing is happen

Implementation

private void ControlCardContentView_DetailClicked(string route) {
    viewModel.NavigateToDetailCommand.Execute(route);
}

Location MAUIAllControlsPage.cs

Strypper commented 1 year ago

I think I found my problem I didn't have enough knowledge to design the navigation pattern with shell @tuyen-vuduc can you help me design the navigation pattern which meet the below navigation map ? GalleryNavigation