Commit c5dc8f23 authored by Felix Paul Kühne's avatar Felix Paul Kühne

ios vout: don't cancel touches in vout

(cherry picked from commit 26ccf4df57357f83a6b565656e07db033b1e2999)
parent 32e294df
......@@ -165,7 +165,7 @@ static int Open(vlc_object_t *this)
[sys->viewContainer.superview addGestureRecognizer:sys->tapRecognizer];
}
}
sys->tapRecognizer.cancelsTouchesInView = YES;
sys->tapRecognizer.cancelsTouchesInView = NO;
/* Initialize common OpenGL video display */
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