remove native controls for ios

This commit is contained in:
Anthony 2021-06-04 18:25:44 +02:00 committed by Thomas Zarebczan
parent eef218a807
commit 272eb90392

View file

@ -75,7 +75,6 @@ const VIDEO_JS_OPTIONS: VideoJSOptions = {
responsive: true,
controls: true,
html5: {
nativeControlsForTouch: IS_IOS,
hls: {
overrideNative: !videojs.browser.IS_ANY_SAFARI,
},