Javier Suárez

Results 549 comments of Javier Suárez

> In traces, I can see that the CollectionView calls SurfingApp!SurfingApp.Views.Templates.PostItemTemplate..ctor() again and again. Looks like it recreates the whole view on every scroll. > > Attaching traces. They contain...

``` [mono] System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. [mono] Parameter name: index [mono] at (wrapper dynamic-method) Android.Runtime.DynamicMethodNameCounter.61(intptr,intptr,intptr) [mono] at...

@EvgenyPrikhodko Could you attach a small sample where reproduce the issue?, could you share the registered routes?, happens on Android and not on iOS?

Thanks for the sample. I tested it and can confirm that I reproduce the problem (only on Android).

> public override CGSize IntrinsicContentSize => UILayoutFittingExpandedSize; Will be a fix in Xamarin.Forms and of course also changed on .NET MAUI.

@Awesomer9561 Could you attach a small sample where reproduce the issue?. Happens on Android and iOS?. Thanks in advance.

@felipebaltazar It could be something similar to the proposal to create custom transitions in TabView https://github.com/xamarin/Xamarin.Forms/issues/10773 I will do some tests and after that we will review the Spec. @GiampaoloGabba...

Sounds good @GiampaoloGabba, thanks!

> Build is failing > > ``` > D:\a\_work\1\s\src\Core\src\Platform\iOS\TimePickerExtensions.cs(80,44): error CS1061: 'ITimePicker' does not contain a definition for 'GetEffectiveFlowDirection' and no accessible extension method 'GetEffectiveFlowDirection' accepting a first argument of...