From 21f9fc7b31a146fa890c72f1fa0cdecccb3b269e Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Fri, 22 May 2020 10:30:05 -0400 Subject: [PATCH] Revert "Make sure native controls appear on touch devices Closes #4150" This reverts commit 88f4329d349a035c73fa3ed155f500641f9c9a1d. --- ui/component/viewers/videoViewer/internal/videojs.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/component/viewers/videoViewer/internal/videojs.jsx b/ui/component/viewers/videoViewer/internal/videojs.jsx index a0e9bd049..da3599850 100644 --- a/ui/component/viewers/videoViewer/internal/videojs.jsx +++ b/ui/component/viewers/videoViewer/internal/videojs.jsx @@ -88,7 +88,6 @@ export default React.memo(function VideoJs(props: Props) { autoplay: false, poster: poster, // thumb looks bad in app, and if autoplay, flashing poster is annoying plugins: { eventTracking: true }, - html5: { nativeControlsForTouch: true }, }; videoJsOptions.muted = startMuted;