Gerald Versluis
Gerald Versluis
So just to be clear; you are running the Windows app through Visual Studio, right? You click the run button and it shows you this? What version of Visual Studio...
It might be a bit of a long shot, but does this still happen in the latest version being 5.0.0.2478?
@govi2010 you mention "The app crashes after 30+ min usage." if you just keep the app running for 30 minutes without doing anything this happens or if you just use...
Looking at this code it seems to have to do with the `CollectionView` having a header. Could you maybe add more infomation and/or relevant code on what you `CollectionView` looks...
@govi2010 unfortunately not at the moment yet! When did you start seeing this? When upgrading to 2401 or earlier or don't know?
I guess this seems like a potential culprit then: https://github.com/xamarin/Xamarin.Forms/pull/15236
I realize that you have mentioned that it's hard to reproduce the bug, but a PR (#15442) for this is open now, it would be awesome if you could grab...
Thanks for checking! Unfortunately this PR does reintroduce this initial bug. So the work is not complete on this one yet 😅
Doesn't that have to do with the associated visual states? (https://github.com/davidortinau/TheLittleThingsPlayground/blob/master/TheLittleThingsPlayground/Views/ThreeFourPage.xaml#L30-L40) I can't seem to reproduce it in another app. Also, when I remove the "pressed" state, things seem to...