Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scrolling fast causes some rows to stay hidden #21

Open
ewindso opened this issue May 7, 2016 · 12 comments
Open

Scrolling fast causes some rows to stay hidden #21

ewindso opened this issue May 7, 2016 · 12 comments

Comments

@ewindso
Copy link

ewindso commented May 7, 2016

I notice when I scroll fast that some rows don't get set to be visible again... Also when data is added to DataSource (infinite scrolling) sometimes the first new row is hidden when it should be showing

@sparkdreamstudio
Copy link

i also got this issues

@rakesh0r
Copy link

+1

i also got this issue, but the performance was awesome before adding this plugin my app was carshing when i reach 150+ in listview. now even after 650+ not crashing.
but some of rows are hiding when i scroll.

img_0267
img_0265
img_0266

some of the list items are hiding when it scrolls.

@rameshvishnoi90904
Copy link

facing same issue

@avishayil
Copy link

Same here

@avishayil
Copy link

I think it happens only on Section Headers ListView, not sure about it though.

@superandrew213
Copy link

#12

@paynecodes
Copy link

paynecodes commented Sep 23, 2016

Does anyone have any updated findings on this? Just found this project.

@sghiassy
Copy link
Owner

@jpdesigndev. This is a known issue. At this point, I'm not sure if the best approach is to fix the existing bug within the existing logic? Or to switch to an interval tree as presented by @rreusser in PR #10 (which I think is pretty cool - but potentially costly).

Either way, this really should get fixed. I wish I had more time.

@paynecodes
Copy link

Thanks for responding. I really appreciate your project. I'm just getting started with iOS and React Native, and it seems I've bitten off more than I can chew at the moment trying to implement Infinite Pages Scrolling. It seems rather simple in native to do, but was hoping to not have to drop down to Obj-C/Swift right from the start. Due to my inexperience in all of this, I, unfortunately, won't be of any help here.

@roysG
Copy link

roysG commented Nov 16, 2016

@sghiassy, is there any update with this bug?

@roysG
Copy link

roysG commented Nov 20, 2016

@sghiassy I can׳t find the correct answer, there are too much comments without clean solution, please assist,Thanks.

@angusmccloud
Copy link

Has anyone figured out a good solution to this? My app has long lists (1000+) so the stock ListView just can't handle it. This works great, except when I scroll quickly or hit the end of the list the rows disappear.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants