Loading place holder for images #848
Closed
aminparsa18
started this conversation in
New Feature Discussions
Replies: 2 comments 1 reply
-
This is planned to be in .NET 8, for Maui. You can engage the progress here dotnet/maui#480 |
Beta Was this translation helpful? Give feedback.
1 reply
-
Closed and answered |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As LoadingPlaceHolder and ErrorPlaceHolder was regularly used in project FFImageLoading which is not being maintained anymore I think its nice to have this placeholder image before source is downloaded from server or when there is an issue downloading image so we can show an alternative image instead.
ExtendedImage
Aspect="AspectFit"
LoadingPlaceholder="default.png"
ErrorPlaceholder="error.png"
Source="example.com/desired.png" />
Beta Was this translation helpful? Give feedback.
All reactions