You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<script>
var options = {
controls: true,
liveui: true,
autoplay: false,
controlBar: {
skipButtons: {
forward: 30,
backward: 30
},
currentTimeDisplay: true
},
poster: "https://<redacted.jpg",
sources: [{
src: "https://<redacted>.m3u8"
}]
};
var video_player = videojs('vid_player', options, function () {
videojs.log("Your player is ready");
this.bigPlayButton.one('click', function () {
alert("Big play button has been clicked")
});
this.bigPlayButton.one('tap', function () {
alert("Big play button has been tapped")
});
</script>
Video inline playback is working correctly. However when you press fullscreen icon on controls, it seems to start fullscreen mode however video is blank (black screen), audio does continue, and the control bar is briefly shrunk to third of horitzonal size then disappears. There is a 'X' in top left to allow you to go back to inline. If you tap the screen however, no controls (default or native) appear.
Switched CSS/JS links to 7.21.4 (no other changes) and fullscreen works correctly.
Hey! We've detected some video files in a comment on this issue. If you'd like to permanently archive these videos and tie them to this project, a maintainer of the project can reply to this issue with the following commands:
for https://.m3u8: say @video-archivist-bot save 4wGgOw
If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
To help make it easier for us to investigate your issue, please follow the contributing guidelines.
Description
Using following html:
and default video controls and following options:
Video inline playback is working correctly. However when you press fullscreen icon on controls, it seems to start fullscreen mode however video is blank (black screen), audio does continue, and the control bar is briefly shrunk to third of horitzonal size then disappears. There is a 'X' in top left to allow you to go back to inline. If you tap the screen however, no controls (default or native) appear.
Switched CSS/JS links to 7.21.4 (no other changes) and fullscreen works correctly.
Reduced test case
Local development
Steps to reproduce
Errors
No response
What version of Video.js are you using?
8.3.0 release
Video.js plugins used.
No response
What browser(s) including version(s) does this occur with?
Safari
What OS(es) and version(s) does this occur with?
iPadOS 15.7.7 (Latest for iPad Mini 4)
The text was updated successfully, but these errors were encountered: