glidex icon indicating copy to clipboard operation
glidex copied to clipboard

MAUI Support

Open Pinox opened this issue 3 years ago • 4 comments
trafficstars

Hi @jonathanpeppers ,

Any idea if Glide.Xamarin will work on MAUI ? Checking out my dependencies I am a little bit worried about this and FFImageLoading. Does not look like FFImageLoading is supported anymore and this lib is also used by alot of XF devs.

Pinox avatar May 25 '22 13:05 Pinox

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 on dotnet/maui if you don't see the same or better iOS image performance.

I'm going to keep this issue open, and pin it for others to see, thanks!

jonathanpeppers avatar May 25 '22 13:05 jonathanpeppers

Yuppee thanks @jonathanpeppers. You are a star !! I will also post on FFImageloading repo referring to your comment. Any idea if Maui supports "image retries" as that was very useful to me ?

Pinox avatar May 25 '22 14:05 Pinox

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 customize the Glide setup -- looks like you can't?

jonathanpeppers avatar May 25 '22 14:05 jonathanpeppers

For iOS this might also be an option:

https://github.com/roubachof/Xamarin.Forms.Nuke

Pinox avatar May 25 '22 15:05 Pinox