ltttttttttttt / ComposeViews

Compose Multiplatform views, in to Android, Web, Desktop, iOS: Pager, Banner, Indicator, Refresh Layout, Flow Layout, Menu Floating Action Button, Pull To Refresh, Chain Scrollable Component, Scrollable App Bar(Nested Scroll View),Date Selector(Time Selector Date Picker), Swipe To Dismiss, Image viewer, ZoomLayout, Star Bar and more
Apache License 2.0
408 stars 34 forks source link

加载更多的时候 无法往上继续查看已有的内容 #60

Closed artillerymans closed 1 year ago

ltttttttttttt commented 1 year ago

目前是这样设计的,后续我看能不能加一个开关

GostGrimmy commented 1 year ago

这个地方注释 //如果是刷新中状态,就拒绝对刷新区域和上下区域滚动 // if (refreshLayoutState.refreshContentState.value == RefreshContentStateEnum.Refreshing) { // return if (orientationIsHorizontal) // Offset(available.x, 0f) // else // Offset(0f, available.y) // } 本地编译

ltttttttttttt commented 1 year ago

dev分支改好了,最近忙一直没机会用mac去发版(支持iOS后得用mac才能发版)

ltttttttttttt commented 1 year ago

今天晚上我发一下

ltttttttttttt commented 1 year ago

1.4.0.13版本 RefreshLayout新增属性: refreshingCanScroll 刷新中是否可以滚动 VerticalRefreshableLayout的加载更多已经可以自由滚动