Revert "Make sure native controls appear on touch devices Closes #4150"
This reverts commit 88f4329d34
.
This commit is contained in:
parent
da0850c096
commit
21f9fc7b31
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue