Revert "Make sure native controls appear on touch devices Closes #4150"

This reverts commit 88f4329d34.
This commit is contained in:
Sean Yesmunt 2020-05-22 10:30:05 -04:00
parent da0850c096
commit 21f9fc7b31

View file

@ -88,7 +88,6 @@ export default React.memo<Props>(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;