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

Android player's play button when paused


I have added the play button for when the player is in the paused state:
.jwplayer.jw-state-paused .jw-display-icon-container {
display: table;
}
.jwplayer.jw-state-paused .jw-icon-display::before {
content: "\e60e";
}

The problem I have is that on mobile (nexus 5 - chrome) if i pause the player using the button in the controlbar, the play button appears, but if i click it, nothing happens. I can get he player to play by pressing the play button in the controlbar. Any ideas? Thank you.

1 Community Answers

George

JW Player Support Agent  
0 rated :

Hi,

Could you please send me the test page that is having the issue?

This question has received the maximum number of answers.