react-native-sglistview icon indicating copy to clipboard operation
react-native-sglistview copied to clipboard

Scrolling fast causes some rows to stay hidden

Open ewindso opened this issue 9 years ago • 12 comments

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

ewindso avatar May 07 '16 01:05 ewindso

i also got this issues

sparkdreamstudio avatar May 17 '16 06:05 sparkdreamstudio

+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.

rakesh0r avatar May 27 '16 22:05 rakesh0r

facing same issue

rameshvishnoi90904 avatar Jun 14 '16 05:06 rameshvishnoi90904

Same here

avishayil avatar Jun 21 '16 06:06 avishayil

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

avishayil avatar Jun 21 '16 13:06 avishayil

#12

superandrew213 avatar Aug 08 '16 04:08 superandrew213

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

jarrodpayne avatar Sep 23 '16 01:09 jarrodpayne

@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 https://github.com/sghiassy/react-native-sglistview/pull/10 (which I think is pretty cool - but potentially costly).

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

sghiassy avatar Sep 26 '16 07:09 sghiassy

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.

jarrodpayne avatar Sep 28 '16 02:09 jarrodpayne

@sghiassy, is there any update with this bug?

roysG avatar Nov 16 '16 21:11 roysG

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

roysG avatar Nov 20 '16 19:11 roysG

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.

angusmccloud avatar Jun 10 '17 01:06 angusmccloud