Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

JWPlayer 7 FullScreen Error


On browser Chrome ver. 45.0.2454.101 (64-bit), when click full screen button at the right-buttom on the player during playing, player doesn't play with full screen.
In a moment back to normal screen and stop playing.

my code:
function player_setup() {
jwplayer('mediaplayer').setup({
file: "rtmp://hoge.cloudfront.net/cfx/st/mp4:example.mp4",
width: 360,
height: 270
});
}

Outputs at Chrome's console:
Failed to execute 'requestFullScreen' on 'Element': API can only be initiated by a user gesture. jwplayer.js:4

I can't see fullscreen on FireFox, either.

Are there needed any other config?

3 Community Answers

Randy

JW Player Support Agent  
0 rated :

Hello,

If you create this setup without any external elements/css does this behavior persist?

Randy

Ivan

User  
0 rated :

I have problem like this.
Fullscreen mode is working but it don`t hide OS toolbar and all controll buttons under it.

Randy

JW Player Support Agent  
0 rated :

Hello,

I am not seeing this on my end. Can you provide me more specifics about the JW Player lib version you are using, the actual RTMP stream or even a simple web page with the embed code in place?

Randy

This question has received the maximum number of answers.