Commit 26ccf4df authored by Felix Paul Kühne's avatar Felix Paul Kühne

ios vout: don't cancel touches in vout

parent 6a298f98
...@@ -167,7 +167,7 @@ static int Open(vlc_object_t *this) ...@@ -167,7 +167,7 @@ static int Open(vlc_object_t *this)
[sys->viewContainer.superview addGestureRecognizer:sys->tapRecognizer]; [sys->viewContainer.superview addGestureRecognizer:sys->tapRecognizer];
} }
} }
sys->tapRecognizer.cancelsTouchesInView = YES; sys->tapRecognizer.cancelsTouchesInView = NO;
/* Initialize common OpenGL video display */ /* Initialize common OpenGL video display */
sys->gl.lock = OpenglESClean; sys->gl.lock = OpenglESClean;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment