Skip to content

Commit

Permalink
fix(video): video fullscreen on ios devices
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
  • Loading branch information
st3iny authored and nextcloud-command committed Nov 29, 2023
1 parent 652b57a commit df80501
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,
}

Check warning on line 104 in src/components/Videos.vue

View workflow job for this annotation

GitHub Actions / eslint

Missing trailing comma
}
},
},
Expand Down

0 comments on commit df80501

Please sign in to comment.