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

shouldDismissOnSwipeOutside is not working #216

Open
DerHlopec opened this issue Jan 15, 2021 · 0 comments
Open

shouldDismissOnSwipeOutside is not working #216

DerHlopec opened this issue Jan 15, 2021 · 0 comments

Comments

@DerHlopec
Copy link

Hello, first of all thanks for your work and framework!
There is an issue with swipe outside tooltip.
I have a screen with tableview (Not tableview controller, just view controller with tableview inside).

I'm showing a tooltip on this screen's view. Enabling swipe directions to up and down, shouldDismissOnSwipeOutside to true as a PopTip init. Also, from a similar issue I've used fix with setting gestureDelegates to view and shouldRecognizeSimultaneouslyWith to return true. And it's working, but not as expected. PopTip disappears correctly if user will wait until animation ends, but, if user will scroll before it's end — then PopTip wouldn't be hidden.

As a possible solution — I'm disabling the animation, or moving gestureDelegates set outside PopTip animated appearance.

Appreciate any help!

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

1 participant