UXDivers / Gorilla-Player-Support

This is the public Gorilla Player support website
http://gorillaplayer.com
115 stars 17 forks source link

CollectionView in XAML throwing error #352

Closed LeoJHarris closed 5 years ago

LeoJHarris commented 5 years ago

Hi, I believe error occurring with CollectionView in that I cannot view CollectionView in XAML as the error being thrown is saying - XAML: the type initializer for 'Xamarin.Forms.ItemsView' threw an exception'

If I swap the only view in my page XAML from CollectionView to ListView the error goes away so I believe an issue with CollectionView

LeoJHarris commented 5 years ago

Forgot to opt for CollectionView using below in MainActivity:

Forms.SetFlags("CollectionView_Experimental");