Skip to content

Commit

Permalink
Merge pull request #2074 from nextcloud/fix/videos/ios-native-full-sc…
Browse files Browse the repository at this point in the history
…reen

fix(video): video fullscreen on ios devices
  • Loading branch information
ChristophWurst authored Nov 29, 2023
2 parents 15da8b5 + ad76d4b commit 6c2b807
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/Videos.vue
Original file line number Diff line number Diff line change
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 6c2b807

Please sign in to comment.