Skip to content
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

Open
mrlaunch opened this issue Jul 24, 2018 · 6 comments
Open

Touch work on view under the PopTip #165

mrlaunch opened this issue Jul 24, 2018 · 6 comments

Comments

@mrlaunch
Copy link

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

@TomEbert
Copy link

TomEbert commented Nov 9, 2018

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...

@chungbkhn
Copy link

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

I have same issue and have no way to pass it :(

@andreamazz
Copy link
Owner

andreamazz commented Nov 28, 2018

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.
Same with a tap gesture recognizer. Are you using the latest version?

@YGeorge
Copy link

YGeorge commented Dec 6, 2018

I have the same issue on the 1.5.3 version (unfortunately should stay on it because of Obj-C)

@vitalys
Copy link

vitalys commented Dec 7, 2018

I can reproduce it too. I display PopTip from small subview of UITableViewCell and parts of cell that are under PopTip are touchable.

@andreamazz
Copy link
Owner

Can you share a small sample project showing the issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants