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

Disable seek bar in andoid and ios sdk


We are using jwplayer android and ios sdk 2.4.1 for video streaming. Currently we are not able to disable the seek bar. Is there any way to disable the seek bar or do we need to buy the licence to perform custom action?

1 Community Answers

George

JW Player Support Agent  
0 rated :

Hi,

What exactly do you want to do by disabling the seek bar? You could hide the controlbar by setting a custom skin with these extra css declarations:
.jw-controlbar{
display: none !important;
}

This question has received the maximum number of answers.