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

On Alphabet click , list does not scroll to select section.

Open Kazn opened this issue 5 years ago • 6 comments

I have implemented this list view.when selecting a section it does not scroll to select section.It scroll to wrong position

Kazn avatar Mar 16 '19 02:03 Kazn

me too

hanwenbo avatar Mar 26 '19 09:03 hanwenbo

Getting same issue on android when I click on any alphabet scroll does not move to that section. Must be fixed with out this module is of no use.

hsparihar-systango avatar Jun 03 '19 09:06 hsparihar-systango

Maybe make sure your sectionHeaderHeight and cellHeight are set at the correct values. Started working for me after.

jinwuliu avatar Jun 17 '19 22:06 jinwuliu

I have submitted a PR which might be a workaround for this issue: #63

haraldreingruber avatar Jun 18 '19 15:06 haraldreingruber

Thanks for your workaround @haraldreingruber ! It got it working on my end.

c-myau avatar Jul 16 '19 01:07 c-myau

Thank you very much for the PR. It works on my end :)

qlerebours avatar Sep 20 '19 08:09 qlerebours