Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

[Bug] CollectionView ItemsUpdatingScrollMode=KeepLastItemInView not working on iOS #7788

Closed
StevenGranados opened this issue Oct 3, 2019 · 6 comments · Fixed by #10284
Closed
Assignees
Labels
a/collectionview in-progress This issue has an associated pull request that may resolve it! p/iOS 🍎 partner/cat 😻 t/bug 🐛

Comments

@StevenGranados
Copy link
Contributor

StevenGranados commented Oct 3, 2019

Description

ItemsUpdatingScrollMode=KeepLastItemInView seems to not work on iOS but works fine on android.

Steps to Reproduce

  1. Open repro
  2. Run on iOS 13 simulator
  3. Click add until items reach bottom of page
  4. Observe that new items aren't scrolled to automatically.

Expected Behavior

Items scrolled to if added on end.

Actual Behavior

Items are added but collectionview isn't scrolled automatically.

Basic Information

  • Version with issue: 4.3.0.851321-pre3
  • Last known good version: Doesn't work in 4.2 either
  • IDE:Visual studio 2019 16.3.2
  • Platform Target Frameworks:
    • iOS: 13.0
  • Android Support Library Version: 28.0.0.3
  • Nuget Packages: No unusual ones
  • Affected Devices:iPhone 8

Reproduction Link

CarouselViewTest.zip

@StevenGranados StevenGranados added s/unverified New report that has yet to be verified t/bug 🐛 labels Oct 3, 2019
@StevenGranados StevenGranados changed the title [Bug] CollectionView ItemsUpdatingScrollMode not working on iOS [Bug] CollectionView ItemsUpdatingScrollMode=KeepLastItemInView not working on iOS Oct 3, 2019
@PureWeen PureWeen removed iOS 13 s/unverified New report that has yet to be verified labels Oct 5, 2019
@PureWeen PureWeen added this to the 4.3.0 milestone Oct 5, 2019
@PureWeen
Copy link
Contributor

PureWeen commented Oct 5, 2019

Behavior isn't iOS 13 specific

@modplug
Copy link
Contributor

modplug commented Jan 16, 2020

Any updates to this? Still experiencing this on iOS

@stefanbogaard86
Copy link

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?

@Tommigun1980
Copy link

Tommigun1980 commented Oct 26, 2020

Please reopen. This doesn't work on iOS.

XF5 pre-3.

@MSicc
Copy link

MSicc commented Oct 26, 2020

it does also not work on XF 4.8.0.1560, and I am still suffering all the referenced issues as well.

@jessejiang0214
Copy link

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 🐛
Projects
None yet
Development

Successfully merging a pull request may close this issue.

10 participants