Jonathan Peppers

Results 525 comments of Jonathan Peppers

Would you be able to share your images and some example code? Or better yet, add your example here? Thanks! https://github.com/jonathanpeppers/glidex/tree/master/glidex.forms.sample I run through this sample manually before every release,...

@velocitysystems can you make a sample page in this project that shows the problem? https://github.com/jonathanpeppers/glidex/tree/master/glidex.forms.sample/Forms It seems like I will have to debug what is going on. I also test...

@velocitysystems the sample looks great, let me know if you figure out how to cause the issue! Maybe it's something about the layout you have setup in the `CollectionView.ItemTemplate` your...

MAUI uses Xamarin.Android.Glide now for loading images, so there isn't a need for this library. I don't think you would need `FFImageLoading` either? I would maybe just file an issue...

You might see how they implemented it: * https://github.com/dotnet/maui/pull/759 * https://github.com/dotnet/maui/pull/5198 They might need to add a way to extend this. It doesn't look clear to me how you might...

@elisabeth-mitton can you post all the NuGet packages + versions you are using? (`packages.config` or list of ``) I suspect there is a `Xamarin.Android.Support.Annotations` NuGet causing this... I didn't _intend_...

@AmjadSaab can you share an example that causes this problem? We could add a sample page here: https://github.com/jonathanpeppers/glidex/tree/main/glidex.forms.sample/Forms

Uh.... Xamarin.Forms appears to be calling into `LoadImageAsync` constantly! ![image](https://user-images.githubusercontent.com/840039/100805036-8ff1f380-33f3-11eb-83dd-03081364bcf7.png) I think there must be a Xamarin.Forms bug here, I'll see what happens if I put an empty `IImageViewHandler` in...

Let me know if you can find an older Xamarin.Forms version where this bug isn't happening, thanks.

@tolemac you might go like/comment on: https://github.com/xamarin/Xamarin.Forms/issues/13118