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

Hide full screen button in IE9/10 without flash mode


In internet explorer 9/10 how to remove fullscreen button in without flash environment?

As we all know that internet explorer 9/10 does not support full screen mode in without flash environment so i don't want full screen button.

But at the same time IE9/10 supports full screen mode in with flash environment so i want full screen button there.

How can I achieve this?

Note : I want to hide full screen button only and only in Internet explorer 9/10 in without flash mode.
For other all browser i want full screen button.

I am using Jwplayer 7.8.7

3 Community Answers

Randy

JW Player Support Agent  
0 rated :

Hello,

You will probably have to develop some custom Javascript to have this take place that listens for the user agent of the browser and perform some CSS to hide the icon. You can style the visibility of the icon with the following example:

<style>.jw-skin-seven .jw-icon-fullscreen {display: none;}</style>

Kindly,

Randy

j...

User  
0 rated :

Hi Randy

Thanks for your solution. I'll try this.

But , I have checked the same scenario with Jwplayer v6.9 , there I got the expected output i.e Fullscreen button is invisible in IE9/10 without flash mode & visible in other mode.

So , Is this functionality broken in latest version of jwplayer and we need to set this manually? , because this working in Jwplayer v6.9.

Also In IE9/10 (With flash mode) Fullscreen button is not working in Jwplayer v7.8 when I use jwplayer in Iframe.(Primary : flash & set allowfullscreen to true)

Please look into this.

Randy

JW Player Support Agent  
0 rated :

Hello Jagir,

Our player was essentially overhauled in the 7.0 release introducing a few pretty sleek features including the use of CSS to modify the skins, appearance and not XML files. You can find a full breakdown here: https://developer.jwplayer.com/jw-player/docs/developer-guide/release_notes/release_notes_7/#version70.

Kindly,

Randy Lemoine
Primary Support Engineer
JW Player Support Team
www.jwplayer.com

This question has received the maximum number of answers.