You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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
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!
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
The text was updated successfully, but these errors were encountered: