diff --git a/platform/iphone/pandemonium_view_gesture_recognizer.mm b/platform/iphone/pandemonium_view_gesture_recognizer.mm index d11ceed28..83097b84a 100644 --- a/platform/iphone/pandemonium_view_gesture_recognizer.mm +++ b/platform/iphone/pandemonium_view_gesture_recognizer.mm @@ -57,6 +57,7 @@ const CGFloat kGLGestureMovementDistance = 0.5; self.cancelsTouchesInView = YES; self.delaysTouchesBegan = YES; self.delaysTouchesEnded = YES; + self.requiresExclusiveTouchType = NO; self.delayTimeInterval = GLOBAL_GET("input_devices/pointing/ios/touch_delay");