eclipsesource / tabris-js

Create native mobile apps in JavaScript or TypeScript.
https://tabrisjs.com
BSD 3-Clause "New" or "Revised" License
1.4k stars 170 forks source link

CollectionView animations are glitching on iOS in some scenarios #1984

Open tbuschto opened 4 years ago

tbuschto commented 4 years ago

Specifically in this example app: https://github.com/eclipsesource/tabris-decorators/tree/master/examples/bind-listview-list

violuke commented 4 years ago

We seem to be experiencing the same problem. If an item is changed in the list, the listview animates to the correct new display. If we change the item again, it always seems to animate back to the previous value, not the value it should be showing. I hope that makes sense?