Coder Social home page Coder Social logo

Comments (12)

daniel-luberda avatar daniel-luberda commented on July 19, 2024

I do not understand what do you mean by "While is scrolling the image do not load. The first image loaded is repeated." Could you explain it in details?

from ffimageloading.

davidtavarez avatar davidtavarez commented on July 19, 2024

The same image is repeated, don't you see? And this was working perfectly with XF < 2.0

El 22 nov 2015, a las 12:56 p.m., Daniel Luberda [email protected] escribió:

I do not understand what do you mean by "While is scrolling the image do not load. The first image loaded is repeated." Could you explain it in details?


Reply to this email directly or view it on GitHub.

from ffimageloading.

daniel-luberda avatar daniel-luberda commented on July 19, 2024

Do you use new Xamarin.ListView items recycling feature (ListViewCachingStrategy.RecycleElement)? If yes, you should update ImageSource inside ViewCell OnBindingContextChanged override. Do you do that?

When the RecycleElement value is specified, OnElementChanged events are not raised when cells are recycled. Instead, the cell is retained and its property values change when the binding context is updated to that of an available cell, with OnElementPropertyChanged events then being raised.

from ffimageloading.

daniel-luberda avatar daniel-luberda commented on July 19, 2024

@davidtavarez Any news?

from ffimageloading.

davidtavarez avatar davidtavarez commented on July 19, 2024

I'm changing some logic in my code, I'll post the results :)

On Tue, Nov 24, 2015 at 12:17 PM, Daniel Luberda [email protected]
wrote:

@davidtavarez https://github.com/davidtavarez Any news?


Reply to this email directly or view it on GitHub
#72 (comment)
.

from ffimageloading.

daniel-luberda avatar daniel-luberda commented on July 19, 2024

Any news?

from ffimageloading.

daniel-luberda avatar daniel-luberda commented on July 19, 2024

If you use new Xamarin.ListView items recycling feature (ListViewCachingStrategy.RecycleElement), then it's not a FFImageLoading specific behavior. I advice to not use bindings in that case, instead inside ViewCell OnBindingContextChanged override you should:

  • if BindingContext is null - handle it (important)
  • clear, reapply transformations, cached image properties, etc, etc
  • after that update ImageSource

from ffimageloading.

daniel-luberda avatar daniel-luberda commented on July 19, 2024

Hi @davidtavarez. Do you still experience those issues?

from ffimageloading.

davidtavarez avatar davidtavarez commented on July 19, 2024

Yes, but I will find a solution soon.

El 8 dic 2015, a las 5:50 p.m., Daniel Luberda [email protected] escribió:

Hi @davidtavarez. Do you still experience those issues?


Reply to this email directly or view it on GitHub.

from ffimageloading.

daniel-luberda avatar daniel-luberda commented on July 19, 2024

@davidtavarez Any news? Did you try the latest alpha6?

from ffimageloading.

davidtavarez avatar davidtavarez commented on July 19, 2024

@daniel-luberda I found it! and is nothing related with CachedImage. Please, close this issue when I post the details.

from ffimageloading.

daniel-luberda avatar daniel-luberda commented on July 19, 2024

Ok, if it's not FFImageLoading issue, I am closing it. Luckily, it looks like there are no more bugs to fix for the stable release! :P Thanks!

from ffimageloading.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.