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;