-
-
Notifications
You must be signed in to change notification settings - Fork 442
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
Touch work on view under the PopTip #165
Comments
I have the opposite behaviour. I've got a custom view in my PopTip which has 3 subview: a label and two buttons. I checked all the isUserInteractionEnabled variables of the views and they should be good to go. But my buttons are still not firing their target actions... |
I have same issue and have no way to pass it :( |
I'm testing this with a button below the poptip, and it seems to work fine, the tip dismisses on tap, and the button doesn't fire. |
I have the same issue on the 1.5.3 version (unfortunately should stay on it because of Obj-C) |
I can reproduce it too. I display PopTip from small subview of UITableViewCell and parts of cell that are under PopTip are touchable. |
Can you share a small sample project showing the issue? |
When I tap the PopTip, the view below the PopTip also receives touch event.
Please let me know if anyone has solution for this.
Thanks in advance
The text was updated successfully, but these errors were encountered: