Cardview: Coverflow updating itemssource buggy

Created on 6 Feb 2019  路  8Comments  路  Source: AndreiMisiukevich/CardView

Sorry to bother you again.

When the CoverFlowView ItemsSource gets replaced the view acts really buggy. Sometimes a card stays in view on top of the new cards. Sometimes one stays in view in the previous or next item. Not sure if I am doing something wrong but here is a sample again: https://github.com/Eldin66/CoverFlowRefreshBugSample

bug resolved

All 8 comments

ok, thanks, i will check

for now without animation

Hmm, the bug still happens. After refresh the previous and/or next item gets stuck after a couple swipes.

@Eldin66 with latest version?

@Eldin66 hmm, just updated CardsView to 2.0.3 and tried on iphone simulator https://github.com/Eldin66/CoverFlowRefreshBugSample this sample

Everything works fine, are you sure, you use latest version?

Yeah I tried it with 2.0.3 also on an iPhone simulator. I'll try it again in a few hours and let you know.

@AndreiMisiukevich You were right. It did not happen on my sample, however for some reason it did still happen on our app. I cannot figure out why. But, calling clear() on the item collection before assigning new items seems to resolve the issue. Thank you again for your hard work!

@Eldin66 hm.. maybe try to remove bin/obj/packages clean/rebuild/restore and also remove CardsView nuget from proj and add again.. very strange

Was this page helpful?
0 / 5 - 0 ratings

Related issues

alicint picture alicint  路  3Comments

jolugarbe picture jolugarbe  路  8Comments

toshitani23 picture toshitani23  路  6Comments

InquisitorJax picture InquisitorJax  路  6Comments

PauchardThomas picture PauchardThomas  路  7Comments