ccsousa01
ccsousa01
I experienced this issue as well. Discovered that all pages containing the ListView element would crash OnAppearing. **Solutions** which worked for me were: - Utilizing a CollectionView instead. - Or...
I experienced the same issue using Xamarin Forms v4.7.0.968 but discovered this line `CrossCurrentActivity.Current.Activity = this;` within the ` protected override void OnCreate(Bundle savedInstanceState)` MainActivity.cs file for the Android project....
The issue could be with the fact that you have SwipeView within Collectionview. I experienced many issues with this, which lead me to have separate layouts for iOS and Android....
@NGumby thanks for the plugin. Just came across this comment, 3 weeks into migration of a large Xamarin Forms project.