gpt4 book ai didi

ios - 检测 TouchableWithoutFeedback 长新闻稿

转载 作者:行者123 更新时间:2023-11-29 11:45:16 25 4
gpt4 key购买 nike

我如何检测何时释放长按(而不是通过拖动)。 onPressOut 确实说明了它何时被释放,但它也会在手指被拖离按钮时触发。

  <TouchableWithoutFeedback
onLongPress={() => this.onLongPress()}
onPressOut={() => this.onCancel()}
onPressIn={() => this.onHover()}
onPress={() => this.onPress()}
>

最佳答案

添加一个巨大的(比屏幕大的)pressRetentionOffset 怎么样?这应该可以防止触摸取消,除非您松开。

<TouchableWithoutFeedback
...
pressRetentionOffset={{ top: 1000, left: 1000, bottom: 1000, right: 1000 }}
>

关于ios - 检测 TouchableWithoutFeedback 长新闻稿,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44301632/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com