Skip to content

Commit

Permalink
Merge pull request #2082 from nextcloud/backport/2074/stable26
Browse files Browse the repository at this point in the history
[stable26] fix(video): video fullscreen on ios devices
  • Loading branch information
AndyScherzinger committed Dec 4, 2023
2 parents 652b57a + df80501 commit 9709be2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions js/viewer-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/viewer-main.js.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions src/components/Videos.vue
Expand Up @@ -99,6 +99,9 @@ export default {
blankVideo,
controls: ['play-large', 'play', 'progress', 'current-time', 'mute', 'volume', 'captions', 'settings', 'fullscreen'],
loadSprite: false,
fullscreen: {
iosNative: true,
}
}
},
},
Expand Down

0 comments on commit 9709be2

Please sign in to comment.