Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.4.8.956 version LoadingPlaceholder problem #1263

Open
EmilAlipiev opened this issue May 6, 2019 · 4 comments
Open

2.4.8.956 version LoadingPlaceholder problem #1263

EmilAlipiev opened this issue May 6, 2019 · 4 comments

Comments

@EmilAlipiev
Copy link

Description

Steps to Reproduce

I am having SvgCachedImage as below and if i use LoadingPlaceholder with gif, it keeps loading although actual image is there, it never displays it but only display loading.gif

<ffimageloadingsvg:SvgCachedImage Grid.Row="0"  x:Name="img"  BackgroundColor="Transparent"    
                                       LoadingPlaceholder = "loading.gif" DownsampleToViewSize="True"  
                           CacheType="Disk" CacheDuration="120"  ErrorPlaceholder="{Binding errorimageurl}"
                          ReplaceStringMap="{Binding AssignButton, Converter={StaticResource AppColorToButtonConverter}}"  
                                               Source="{Binding imageurl}" HeightRequest="{OnIdiom Phone=120,Tablet=210, Default=240}" />


### Basic Information

- Version with issue: 2.4.8.956
- Last known good version: 1 earlier version
- Platform: Android, it works on UWP, didnt yet test on IOS

@daniel-luberda
Copy link
Member

Fixed, thanks! :)

@EmilAlipiev
Copy link
Author

EmilAlipiev commented Jun 22, 2019

Not working on version 2.4.11.982 in a listview. If needed, i will try to provide a repro. it works fine on 2.4.6.929

@daniel-luberda
Copy link
Member

Repo would be great. Please let me know when you'll have it.

@EmilAlipiev
Copy link
Author

please see the attached repro. You can run the project on android device best, if first time problem didn't occur, take app in the background and open it again, you will see that loading.gif is freezing.
myapp.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants