Hi,
I have created an application with Xamarin.Forms for Android devices. This application contains a TabbedPage that is composed of four different tabs. Each tab is a content page that is composed of a ListView control and it is bound to a separate ViewModel. The first time, the page is displayed, everything seems to work properly (the user is allowed to select any list item on any tab). When the user tries to go back to a previous selected tab, then the listview on the selected tab is frozen unexpectedly! Is there any workaround for this bug? In addition to that, I am using the latest version of Xamarin.Forms.
Thanks