jsdf / react-native-refreshable-listview

Deprecated. A pull-to-refresh ListView which shows a loading spinner while your data reloads
1.38k stars 168 forks source link

ListView scrolling back to top after finger release #47

Open katrinanova opened 8 years ago

katrinanova commented 8 years ago

Does it support List View with Section Headers? In my case the section header background became transparent and it didn't scroll beyond the screen length :(

katrinanova commented 8 years ago

Apparently it was not a problem with section headers. Even for plain ListView once the finger is lifted off the phone (or released of the mouse in simulator), the scroll automatically goes back to the top. If I change RefreshableListView back to ListView it scrolls fine.

Devoson commented 8 years ago

Did you resolve this problem?And can you show the method how to resolve it?

tofrookie commented 8 years ago

same problem,how to resolve it?