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
XPopup 中设置了 isTouchThrough(true) ,触摸平移一个 imageview ,当 popview dismiss 以后,当前自定义的 view类中的 dispatchTouchEvent都不执行了,imageview 平移一下,在 dismiss 以后,imageview 就不能移动了。需要手指抬起来重新触摸去平移 imageview 才能正常响应。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
XPopup 中设置了 isTouchThrough(true) ,触摸平移一个 imageview ,当 popview dismiss 以后,当前自定义的 view类中的 dispatchTouchEvent都不执行了,imageview 平移一下,在 dismiss 以后,imageview 就不能移动了。需要手指抬起来重新触摸去平移 imageview 才能正常响应。
The text was updated successfully, but these errors were encountered: