Hello.
I have a TabbedPage with 5 ContentPages as Tabs, one of them has a Listview wuit a Binding ItemSource, witch get all data from an ApiService.
What I want is, if the user tap on any item from the Listview, this open a new NavigationPage in that activated Tab from TabbedPage like a StackLayout in that Tab..
Is that Possible?
I used PushAsync and PushModalAsync, but the TabbedPage hide after tap.