Skip to content

Commit bfe920f

Browse files
committed
docs: update
1 parent c877897 commit bfe920f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

example/pages/slider/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
滑动选择器(基于touch事件拖动滑块儿,请在移动端环境下体验)。
88

9+
**注意:RN模式下如果组件使用在[scroll-view](https://www.mpxjs.cn/guide/rn/component.html#scroll-view)中,那么change事件可能因为上下滚动不会触发**
10+
- scroll-view 组件在滚动过程中,不会触发其自身或子组件的 touchend 事件响应,这是 RN 底层实现导致的问题,手势系统识别当前是 scroll-view 的滚动,就会取消掉 touchend 事件的响应。
11+
- 安卓上如果触发了 scroll-view 组件默认的下拉刷新,binddragend可能不触发,只会触发 binddragstart
12+
913
</card>
1014

1115
### 示例

0 commit comments

Comments
 (0)