-
Notifications
You must be signed in to change notification settings - Fork 292
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
设置enableOutsideTouchableDissmiss为fasle时里面的点击事件没了??? #30
Comments
我也遇到了popupWindow偏离屏幕右侧的按钮事件被消费了,把.enableOutsideTouchableDissmiss(false)注释掉就可以了,但是这样又不能实现点击pop外部不关闭pop的功能了,楼主写的6.0无效那块代码 感觉有问题 |
if ((event.getAction() == MotionEvent.ACTION_DOWN) |
@rockfirm 谢谢了老哥 |
遇到了同样的问题,当pop里面内容很长时就无法点击pop里面的按钮了 |
我也遇到了 里面的控件不能点击 EditText 也获取不了焦点 |
设置.size(ViewGroup.LayoutParams.MATCH_PARENT,ViewGroup.LayoutParams.WRAP_CONTENT)以后,自定义布局就不能点击了. |
No description provided.
The text was updated successfully, but these errors were encountered: