This repository has been archived by the owner on May 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[Bug] CollectionView ItemsUpdatingScrollMode=KeepLastItemInView not working on iOS #7788
Labels
a/collectionview
in-progress
This issue has an associated pull request that may resolve it!
p/iOS 🍎
partner/cat 😻
t/bug 🐛
Comments
Behavior isn't iOS 13 specific |
Any updates to this? Still experiencing this on iOS |
Currently using a workaround with the ScrollTo method to scroll to the end of the CollectionView, but this has it's own problems (doesn't work well with items of different sizes). Anyone got a working workaround? |
2 tasks
rmarinho
pushed a commit
that referenced
this issue
Apr 15, 2020
Please reopen. This doesn't work on iOS. XF5 pre-3. |
it does also not work on XF 4.8.0.1560, and I am still suffering all the referenced issues as well. |
Not working on Andorid also, with XF 4.8.0.1560 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
a/collectionview
in-progress
This issue has an associated pull request that may resolve it!
p/iOS 🍎
partner/cat 😻
t/bug 🐛
Description
ItemsUpdatingScrollMode=KeepLastItemInView seems to not work on iOS but works fine on android.
Steps to Reproduce
Expected Behavior
Items scrolled to if added on end.
Actual Behavior
Items are added but collectionview isn't scrolled automatically.
Basic Information
Reproduction Link
CarouselViewTest.zip
The text was updated successfully, but these errors were encountered: