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

Disable Jw Skin on Mobile?


Is there a way to disable the Jw Player skin only on Mobile devices so when you use Youtube you are able to go into Full screen? This bug with Youtube Full screen on mobile is the only thing stopping me from using Jw Player on my site and I love your guys player. I useReEmbed right now and they have it where the Youtube skin takes over on mobile so Full screen works. It seems this youtube mobile full screen bug is on all 3rd party players & skins...

3 Community Answers

George

JW Player Support Agent  
0 rated :

Hi,

Maybe something like this can help:

var playerone = jwplayer(“container”);
playerone.setup({
file:“https://www.youtube.com/watch?v=fkMfVemCDsI”,
width:“80%”,
aspectratio:“16:9”,
});

playerone.on(‘firstFrame’,function(){
console.log(“Ready”);
console.log(“isMobile=”playerone.utils.isMobile());
console.log(“file=”
playerone.getPlaylist()0.file);
if(playerone.getPlaylist()0.file.startsWith(“https://www.youtube.com/”)){
playerone.setControls(false);
}
});

A...

User  
0 rated :

Well I'm using a plugin inside of joomla, so is there a file I can edit? I use HWDMediaShare and then the Jw Player plugin is what we would use...

George

JW Player Support Agent  
0 rated :

Hi,

We don’t support any of the Joomla plugins, they’re built by 3rd parties

This question has received the maximum number of answers.