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
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!
The text was updated successfully, but these errors were encountered:
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
anddown
,shouldDismissOnSwipeOutside
to true as aPopTip
init. Also, from a similar issue I've used fix with setting gestureDelegates to view andshouldRecognizeSimultaneouslyWith
to returntrue
. 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 — thenPopTip
wouldn't be hidden.As a possible solution — I'm disabling the animation, or moving gestureDelegates set outside
PopTip
animated appearance.Appreciate any help!
The text was updated successfully, but these errors were encountered: