We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
isDragging {boolean}: 用户是否正在拖动列表。
但是我根据反馈的值来看,有点看不懂这个值的意思。
是不是用户手指一直在屏幕上拖拽的时候,才会是true。手指放开,屏幕滚动,应该是false。
true
false
但是我现在在真机ios上面,几乎难以获取到false,不管啥情况都是返回true。偶尔冒出来几次false。好像是回弹的时候才触发返回false。
ios
The text was updated successfully, but these errors were encountered:
确认有这个问题,感谢反馈
Sorry, something went wrong.
bug 已经修复,请下载或更新 HBuilderX alpha 2.4.0 验证
好的。可以。先关闭了。
No branches or pull requests
isDragging {boolean}: 用户是否正在拖动列表。
但是我根据反馈的值来看,有点看不懂这个值的意思。
是不是用户手指一直在屏幕上拖拽的时候,才会是
true
。手指放开,屏幕滚动,应该是false
。但是我现在在真机
ios
上面,几乎难以获取到false
,不管啥情况都是返回true
。偶尔冒出来几次false
。好像是回弹的时候才触发返回false
。The text was updated successfully, but these errors were encountered: