Xamarin.Forms.Nuke
Xamarin.Forms.Nuke copied to clipboard
Is it possible to add a placeholder for downloads and errors?
It would be great if it were possible to customize placeholder. The native Nuke has that option. In GlideX it is also possible. But here I haven't found any possibility. I also created an issue in NukeProxy repository, because it seems there is no way to achieve it without changes in api. https://github.com/roubachof/NukeProxy/issues/5
Nuke and GlideX for XF are just Image source handlers, therefore the api surface is the same than the regular Image api. Unfortunately to this day XF doesn't support Placeholder and errors. I guess it could be implemented with attached properties, I will gladly merge a PR with such functionalities :)
While being far from perfect and need some work after recent updates, I tried to extend the library already. Maybe my post will be a source of inspiration...
Hi @roubachof
If I send a pull request with the @MSicc approach, would it be possible to release a new version of the Nuget Package?