ErrorPlaceHolder ErrorCommand not working on Android
See original GitHub issueI have a problem with the ErrorPlaceholder on Android.
I set in XAML the ViewCell like under and on iOS it is OK but the ErrorPlaceholder disappear On Android.
<StackLayout IsVisible="{Binding VisuelIsVisible}" HeightRequest="{Binding VisuelHeight}" Spacing="0" VerticalOptions="Start">
<ffimageloading:CachedImage
ErrorCommand=“{Binding ErrorLoadingCommand}” Source=“{Binding VisuelImageSource}” Aspect=“AspectFill” WidthRequest=“{Binding VisuelWidth}” HeightRequest=“{Binding VisuelHeight}”>`
`<ffimageloading:CachedImage.LoadingPlaceholder>`
`<OnPlatform x:TypeArguments="ImageSource"`
` iOS="Images/NoPics/error_picture.png"`
` Android="error_picture.png"`
` WinPhone=""/>`
</ffimageloading:CachedImage.LoadingPlaceholder>`
`<ffimageloading:CachedImage.ErrorPlaceholder>`
`<OnPlatform x:TypeArguments="ImageSource"`
` iOS="Images/NoPics/error_picture.png"`
` Android="error_picture.png"`
` WinPhone=""/>`
`</ffimageloading:CachedImage.ErrorPlaceholder>`
`</ffimageloading:CachedImage>`
</StackLayout>
Sorry for code indentation . ``
Issue Analytics
- State:
- Created 6 years ago
- Comments:10 (4 by maintainers)
Top Results From Across the Web
Anyone can tell me how to fix this, place holder, and error
1 Answer 1 · Copy image from your computer · Right click on drawable folder and click paste. drawable folder · Choose drawable...
Read more >Solution of command not found adb Error
About this Error: (command not found adb) if you have not installed adb on your system or if the path of adb is...
Read more >Addressing common errors in React Native
Explore common React Native errors such as "command not found" and learn about their causes and potential solutions.
Read more >I can't run react-native run-android
I'd try to run react-native run-android but it always fails and appears error like this: JS server already running. Building and installing the ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @AndreiMisiukevich, great fix! I’ll merge it. Thanks 😃
Thanks a lot for help, colleagues! @goldenkeyz-plaroche @XavierQuincieux
@daniel-luberda , Validate please my PR with potential fix