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
我使用gestureControl.longPressed实现长按操作,但是在长按过程中滑动手势也是可以触发的,是尝试使用了disableGestureTypes和ControlView中的customDisablePanMovingDirection都无法禁用滑动。我目前需要在ZFLongPressGestureRecognizerStateBegan时禁用滑动,在ZFLongPressGestureRecognizerStateEnded是开启滑动,请问需要如何设置
The text was updated successfully, but these errors were encountered:
我在ZFPlayerGestureControl中添加了自定义属性通过gestureRecognizerShouldBegin来临时解决了此问题,不过希望作者能给出更好的解决方案
Sorry, something went wrong.
No branches or pull requests
我使用gestureControl.longPressed实现长按操作,但是在长按过程中滑动手势也是可以触发的,是尝试使用了disableGestureTypes和ControlView中的customDisablePanMovingDirection都无法禁用滑动。我目前需要在ZFLongPressGestureRecognizerStateBegan时禁用滑动,在ZFLongPressGestureRecognizerStateEnded是开启滑动,请问需要如何设置
The text was updated successfully, but these errors were encountered: