Skip to content

Commit c7401ef

Browse files
st3inybackportbot-nextcloud[bot]
authored andcommitted
fix(video): video fullscreen on ios devices
Signed-off-by: Richard Steinmetz <[email protected]>
1 parent f19d46c commit c7401ef

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/components/Videos.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ export default {
9999
blankVideo,
100100
controls: ['play-large', 'play', 'progress', 'current-time', 'mute', 'volume', 'captions', 'settings', 'fullscreen'],
101101
loadSprite: false,
102+
fullscreen: {
103+
iosNative: true,
104+
}
102105
}
103106
},
104107
},

0 commit comments

Comments
 (0)