-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
长列表渲染抖动 滚动空白 #7379
Comments
taro-bot2
bot
added
F-react
Framework - React
T-weapp
Target - 编译到微信小程序
V-3
Version - 3.x
labels
Aug 19, 2020
给个 demo 看看咯 |
我提取了这个简单的demo,麻烦看下哈@Chen-jj |
@Chen-jj hi,怎么样了呢? |
提供一下完整可运行的 demo 吧 |
@Chen-jj 大佬记得看下哈! |
学京东小程序,自己做个scrollview控制滚动速度 |
@qiqijojo Item 需要接收并设置 const Row = ({ data, index, style }) => {
return <View className={cls('dish-img')} style={style}>第{index}个</View>;
}; |
你好, 这个问题解决了吗? 为啥在taro3.1上传了style一样还是会抖动? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
相关平台
微信小程序
小程序基础库: 2.10.3
使用框架: React
复现步骤
跟文档书写一致
期望结果
列表上下平滑滚动、底部不会留空白
实际结果
列表抖动严重;
列表数据较多时底部大面积空白。
环境信息
The text was updated successfully, but these errors were encountered: