glidex
glidex copied to clipboard
MAUI Support
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.
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!
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 ?
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?
For iOS this might also be an option:
https://github.com/roubachof/Xamarin.Forms.Nuke