-
-
Notifications
You must be signed in to change notification settings - Fork 761
New issue
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
setOutSideTouchable(true)后事件并没有穿透 #492
Comments
有没有可能是contentView也覆盖了“外部” |
应该是没有可能。 然后设置了,isOutSideTouchable = true 还有代码不变的情况下,只修改引用的sdk版本号, 3.2.0/3.2.1 的点击外部按钮的效果与3.1.8的确实不一样。(3.1.8是正确的) |
现在的实现实际上是点击外部的时候把事件抛给act的rootview |
现在就是想达到版本3.1.8的效果。。 |
提issue前请去WIKI#常见问题查询相关问题,避免重复提问
Please go to WIKI#FAQ for relevant questions before commit your issue to avoid repetitive questions.
提issue前请务必参考以下格式填写,否则该问题会被直接关闭。
Please be sure to follow the format below before submitting the issue, otherwise the question will be actively closed!
设置setOutSideTouchable(true)后并不能真正穿透,比如外部区域有个Button,点击这个Button后有点击效果,但实际上并没有实际执行,感觉并没有走ACTION_UP,只走了ACTION_DOWN;
3.1.8版本就是正常的,3.2.0、3.2.1都会有这种情况。
The text was updated successfully, but these errors were encountered: