You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have added the library to my project, it works fine on Android but throws the error "No service for type 'FFImageLoading.IImageService' has been registered. " when testing on iOS.
I tried adding it manually via Services.AddSingleton but then it asked for IPlatformService or so and I just left it.
the exception is thrown when the below element is loaded with items via the binding
Same here after upgrading from 1.2.5 to 1.2.7. I do have .UseFFImageLoading() in MauiProgram.
Still broken though after downgrading to 1.2.5 so I guess the package upgrade process messed up something somewhere. (Eventually fixed with the /bin /obj clearance dance)
Description
Hi, I have added the library to my project, it works fine on Android but throws the error "No service for type 'FFImageLoading.IImageService' has been registered. " when testing on iOS.
I tried adding it manually via Services.AddSingleton but then it asked for IPlatformService or so and I just left it.
the exception is thrown when the below element is loaded with items via the binding
The text was updated successfully, but these errors were encountered: