diff --git a/ui/component/viewers/videoViewer/internal/videojs.jsx b/ui/component/viewers/videoViewer/internal/videojs.jsx index da3599850..a0e9bd049 100644 --- a/ui/component/viewers/videoViewer/internal/videojs.jsx +++ b/ui/component/viewers/videoViewer/internal/videojs.jsx @@ -88,6 +88,7 @@ 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;