Sergtek

Results 11 comments of Sergtek

> It will probably work fine if you remove outer VerticalStackLayout. I've tried it but the problem still occurs. I would bet more that it is a problem with the...

> Ok, I had a similar issue, but caused by the stack layout - it allows collectionView to grow infinitely, and therefore render all the items. It was closed as...

Additional note: The CollectionView only grows infinitely when it's inside a ScrollView or VerticalStackLayout. With the rest of the Layouts it does not happen.

> @coquilanka and all, would you be able to test this NuGet maybe: https://dev.azure.com/xamarin/public/_build/results?buildId=39270&view=artifacts&pathAsName=false&type=publishedArtifacts > > If you don't know how to test one from an artifact, this should help:...

I just created a test project where the problem can be reproduced: https://github.com/nacompllo/MediaElementIssue

> > I just created a test project where the problem can be reproduced: https://github.com/nacompllo/MediaElementIssue > > Was going to try this but the shared project seems to be missing...

Exactly the same thing happens to me in iOS, the dark background does not appear, is it a bug? or is it the expected behavior in iOS? On Android, however,...

> How is this different from #14654, which is not closed? The [#14654](https://github.com/dotnet/maui/issues/14654) is about a memory leak when repeatedly navigating between pages and [#14664](https://github.com/dotnet/maui/issues/14664) is a memory leak when...

I have found a way to open the date picker, Android's native View class (Android.Views) have a method called PerformClick which allows opening the date picker without pressing the DatePicker...