taro3-virtual-list icon indicating copy to clipboard operation
taro3-virtual-list copied to clipboard

基于taro3封装的虚拟列表,对列表节点不等高以及白屏等问题支持友好,无计算量,性能优异,支持各大小程序以及h5页面

Results 15 taro3-virtual-list issues
Sort by recently updated
recently updated
newest added

进入列表需要定位到某元素位置,是否有API支持index值滚动定位?

我要使用createIntersectionObserver来监听元素是否存在当前可是范围内,但是除了在第一页的元素,其他页的元素监听不到

小程序中`scroll-view`中的直接内容如果使用`position: sticky`会在大于`scroll-view`视窗高度时被顶开。 目前比较通用的解决方案是,在`scroll-view`中直接包裹一层`View`标签,如: ```tsx ...content ``` 如此改进后,以下API将可以支持使用`position: sticky`: - onRenderTop - onRenderBottom - onRenderLoad

想做个下拉刷新,不知道咋做

你好, 目前在使用的时候, 发现在IphoneX上一直闪屏,其他手机上目前还没有发现。有没有什么方法可以解决IphoneX上闪屏的问题。感谢!

taro的ScrollView的自定义下拉刷新内容也使用了类似于WXS的语法,但是这个组件并没有提供传递children的参数,这就导致了无法实现自定义下拉刷新内容,能否加一个children参数用于返回额外的子节点? ScrollView实现的方式:https://github.com/NervJS/taro/issues/11495#issuecomment-1081364607

onRender如下: 报错信息如下: ![image](https://github.com/tingyuxuan2302/taro3-virtual-list/assets/38751709/9f6203bc-4cc4-4b44-a4ba-9c3611765d5f) `import VirtualList from '@tarojs/components/virtual-list'`试了下taro里的虚拟列表是没有这个问题

![截屏2023-08-01 14 03 30](https://github.com/tingyuxuan2302/taro3-virtual-list/assets/89787655/f368d3e7-eea6-4693-8142-d66490e317e0) ![image](https://github.com/tingyuxuan2302/taro3-virtual-list/assets/89787655/0567fc83-c424-4d6a-b22c-570bf7ff0b06) ![image](https://github.com/tingyuxuan2302/taro3-virtual-list/assets/89787655/53f386d9-8a41-4dee-bf13-507dc0effb69)