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
你好大佬,我在使用过程中发现了个问题。 图片放大模式的时候, 当滑动到顶部,但是处于图片中间,还想往左右滑动的时候经常因为手势不是绝对横向的导致图片被关闭。
然后我在你DragCloseGesture onInterceptTouchEvent 中 判断纵向偏移是否大于touchSlop拦截那里 加上了 一个横向偏移小于20的判断后体验很多了。 然后我顺便看了下微信是 再放大模式下是没法下滑关闭图片的,所以没这个问题。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
你好大佬,我在使用过程中发现了个问题。 图片放大模式的时候, 当滑动到顶部,但是处于图片中间,还想往左右滑动的时候经常因为手势不是绝对横向的导致图片被关闭。
然后我在你DragCloseGesture onInterceptTouchEvent 中 判断纵向偏移是否大于touchSlop拦截那里 加上了 一个横向偏移小于20的判断后体验很多了。 然后我顺便看了下微信是 再放大模式下是没法下滑关闭图片的,所以没这个问题。
The text was updated successfully, but these errors were encountered: