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

If a PopTip is visible and we hide that Poptip and click show it again, the Poptip won't show. #238

Open
quyen1502 opened this issue Jun 27, 2022 · 2 comments

Comments

@quyen1502
Copy link

Describe the bug
I'm having an issue: If a PopTip is visible and we hide that Poptip and click show it again, the Poptip won't show.

From version 4.5.0 and earlier this seems to work properly. But the versions from 4.5.1 -> 4.6.1 it encounter this problem.
Could there be any help that could fix it?

Thank you.
Regards.

Screenshots
https://user-images.githubusercontent.com/108263632/175911424-51ede1a9-7107-473b-b635-3016d211247a.mov

@andreamazz
Copy link
Owner

Hey @quyen1502
Looks like there was a regression in #217
Apparently enabling cancelsTouchesInView changes the order in which show and the dismiss methods are called, resulting in an always hidden pop tip.

I reverted that change and specified how to enable cancelsTouchesInView as opt-in in the readme with version 4.8.0

@quyen1502
Copy link
Author

Thanks for your quick response @andreamazz . I have set popTip.tapRemoveGestureRecognizer? .CancelsTouchesInView = true. It was working fine on version 4.6.1
Thank you so much!

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

No branches or pull requests

2 participants