dotnet / dotnet/docs-maui

Navigating Tabbed Page creating Issue

Open
#2,389 0 comments 1 reaction 1 assignee Assigned to @Copilot View on GitHub
dotnet-maui/subsvc dotnet-mobile/svc Pri1 product-question
Dominant language
No language data
Stars
282
Forks
265
Avg merge
2d 2h
Merged PRs (30d)
19

Description

### Type of issue

Code doesn't work

### Description

I have created TabbedPage in MAUI ,

"










"

In AppShell.Xaml.Cs registered Rout

Routing.RegisterRoute("CustomTabPage", typeof(CustomTabPage));

On MainPage.Xaml.cs I am calling TabbedPage as
private async void OnProceedClicked(object sender, EventArgs e)
{

await Shell.Current.GoToAsync(nameof(CustomTabPage));

}

I am getting error as "View Not found"

Will someone help in this regards

If calling with Navigation.PushModalAsync(new NavigationPage( ...)..
The Back Button is not visible in TabbedPage
[Enter feedback here]

### Page URL

https://learn.microsoft.com/en-us/dotnet/maui/user-interface/pages/tabbedpage?view=net-maui-8.0

### Content source URL

https://github.com/dotnet/docs-maui/blob/main/docs/user-interface/pages/tabbedpage.md

### Document Version Independent Id

d9f1977c-bc41-c096-0b17-6db418d440b0

### Article author

@davidbritch

### Metadata

* ID: d9f1977c-bc41-c096-0b17-6db418d440b0
* Service: **dotnet-mobile**
* Sub-service: **dotnet-maui**

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.