Ángel Rubén

Results 157 comments of Ángel Rubén

@IeuanWalker #12130 Same problem, maybe you can improve performance a bit by removing nested CollectionViews, Although BindableLayout also has performance issues/memory leaks, I also noticed that when tapping on an...

I don't know if it has something to do with it, but with `CollectionView `with images, when you scroll quickly it seems that the source of the images is exchanged.

any solution to `'Canvas: trying to use a recycled bitmap android.graphics.Bitmap@5601f7b' `?

With Xamarin Forms I solved it this way. Android: ``` public class PhotoPickerService : IPhotoPickerService { public async Task ResizeImageAsync(string path) { try { var exif = new Android.Media.ExifInterface(path); string...

In windows I have noticed that it does not work either

> Looking at this now. I got ideas as to where.... > > The first issue is that we convert gif to png :) > > Try adding this: >...

> This is the correct way, but I will also make this the default so you don't have to do it. There are a few properties on MauiImage that can...