gameboyVito / react-native-ultimate-listview

A high performance FlatList providing customised pull-to-refresh | auto-pagination & infinite-scrolling | gridview layout | swipeable-row.
https://www.npmjs.com/package/react-native-ultimate-listview
MIT License
539 stars 87 forks source link

ios14滚动到底部不会触发加载 #71

Open zyh2123606 opened 3 years ago

Coder108 commented 3 years ago

我的iOS14是可以正常加载,是否你的startFetch方法没有传值

同时我遇到另外个问题 image image 哥们,你是否也是用到这个库做下拉刷新的列表,然后自定义刷新那个东西,我现在遇到个问题,在iOS上下拉刷新之后拉一下触发了刷新,但那个loading的状态完全看不到,就是拉一下放手就回弹回去了,但在安卓就没这个问题,安卓的下拉之后loading一会才消失,想问一下你的有没有这个问题

zyh2123606 commented 3 years ago

这个问题没有解决,用flatlist自己封装了个,我这边用这个库是直接不会刷新

Coder108 commented 3 years ago

我改用了react-native-smart-refresh这个可以自定义头部刷新,也没用react-native-ultimate-listview这个库了

liuxiaofan commented 2 years ago

ios15也有这个问题