
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.