Hi there!
Does anyone know something about performance issues in Xamarin.Forms when doing transitions between pages with lists?
I have an app with MasterDetailPage menu, and two pages of it show a list of users in a ListView.
When loading the respective pages, there is a slight break to hide the menu and simultaneously a delay to show the page contents.
The remaining pages that do not contain / render lists, open normally.
Thanks