Skip to content

Commit f3420d5

Browse files
st3inynextcloud-command
authored andcommitted
fix(video): video fullscreen on ios devices
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
1 parent f19d46c commit f3420d5

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

js/viewer-main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/viewer-main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)