PushModelAsync and Shell GoToAsync is not working in .NET MAUI android while we are navigating to Tabbed page from content page #12541
Labels
area-controls-shell
Shell Navigation, Routes, Tabs, Flyout
platform/android 🤖
t/bug
Something isn't working
Description
PushModelAsync and Shell GoToAsync is not working in .NET MAUI android while we are navigating to Tabbed page from content page. Please have below points to reproduce the same.
Project type = .NET MAUI
Target .NET Runtime = net6.0 also tested on .net7.0 as well
Microsoft MAUI Dependency = 6.0.547
Issue - While we are navigating to TabbedPage from content page its showing error Object reference not set as instance of object
Steps to Reproduce
{
await Shell.Current.GoToAsync("TabbedPage1");
}
Link to public reproduction project repository
NA
Version with bug
6.0.312
Last version that worked well
6.0.312
Affected platforms
Android
Affected platform versions
Android 11
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: