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
CRToastInteractionTypeSwipe and CRToastInteractionTypeSwipeUp are broken.
When displaying a notification with an interaction responder of type CRToastInteractionTypeSwipeUp or CRToastInteractionTypeSwipe, the swipeGestureRecognizerSwiped: is not called for a swipe up. The UIGestureRecognizerDelegate gestureRecognizer:shouldReceiveTouch: method is called, however.
Using version 0.0.9, tested on both iOS 8.4 and 9.2.1
The text was updated successfully, but these errors were encountered:
+1
I found that SwipeUp works only if swipe up gesture starts from the bottom border of the notification banner. If you start swiping up a little bit above the bottom border the gesture is not recognized and, more dangerous, if you also have a tap interaction type, it will be recognized as tap.
CRToastInteractionTypeSwipe and CRToastInteractionTypeSwipeUp are broken.
When displaying a notification with an interaction responder of type CRToastInteractionTypeSwipeUp or CRToastInteractionTypeSwipe, the swipeGestureRecognizerSwiped: is not called for a swipe up. The UIGestureRecognizerDelegate gestureRecognizer:shouldReceiveTouch: method is called, however.
Using version 0.0.9, tested on both iOS 8.4 and 9.2.1
The text was updated successfully, but these errors were encountered: