Skip to content

Commit

Permalink
add one constant problem
Browse files Browse the repository at this point in the history
  • Loading branch information
peng8350 committed Jun 21, 2020
1 parent 657d262 commit ee8897a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions problems.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,5 @@ RefreshConfiguration配置属性footerTriggerDistance,屏幕一半你可以借
这类问题一般发生在Android系统,绝大数情况是因为maxOverScrollExtent和maxUnderScrollExtent限制了最大拖动的高度问题,你需要确保它要大于triggerDistance,因为内部
没有帮你自动识别判断

15.为什么引用库后,随着数据量大时越来越卡顿?
这种情况绝大多数都是因为开启了shrinkWrap=true和设置physic:NeverScrollPhysics,ScrollView一定要作为SmartRefresher's child,不可分开。
4 changes: 4 additions & 0 deletions problems_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,7 @@ You can't add header and footer. just put it into SmartRefresher's child instead
14. Why can't dragging to the maximum distance trigger refresh? Why load more without triggering?
This kind of problem usually occurs on Android systems, mostly because maxOverScrollExtent and maxUnderScrollExtent limit the height of the maximum drag. You need to make sure that it is larger than triggerDistance because it's internal.
Not automatically identifying and judging for you

15.Why performance become more and more slow with the large amount of data?
this situation is mostly because the setting shrinkWrap=true and physic:NeverScrollPhysics,ScrollView must be as SmartRefresher's child。

0 comments on commit ee8897a

Please sign in to comment.