Hello Syncfusion,
I began using the SftabView but I keep getting navigation issues when i try to move to the next page.
The page is displayed but the UI is unresponsive. I can confirm that the navigated to page has no issues
as it was working fine before using the tab view. What could the issue be, how should we handle navigation from SfTabItems?
I'm populating the Sftab view items with a list from a ViewModel as the content for the different tab items is in content pages,
following this sample:
https://github.com/SyncfusionExamples/Load-PageContent-into-SfTabView/tree/master/TabViewSample
Each of these content pages has it's own view models too. and navigation is being handled in the ViewModel using this:
await App.Current.MainPage.Navigation.PushAsync(new NextPage());