Everything is working fine when I am handling the Tap event of a ListView item, but when I use this in a TabbedPage it shows the exception please p
ListView
TabbedPage
In this error it goes and find the root page and if we are using Master detail page then we have to set the navigation for Detail page only. So following will be the best solution for this.
((RootPage)Application.Current.MainPage).Detail.Navigation.PushAsync(new SearchPage());