I have been using the following script to create an event when the pause button is clicked.
I am using it specifically to add a class to the div that contains the player when the pause button is clicked.
I have made a stripped down version that should show a message in the console saying 'paused the video' but this does not give the expected/ previously working behavior
var iframe = document.querySelector('iframe');
var player = new Vimeo.Player(iframe);
player.on('pause', function() {
console.log('paused the video!');
});
This was working perfectly until 23/04/2019
The function does not run and as a result the console does not show 'paused the video!' when the pause button is clicked.
I have made a Codepen that demonstrates this,
I have also included the play event which works fine and the pause event that doesn't work at all
I also notice that issue from last 2 days.
Same issue for me, across several sites we develop.
We're actively working on resolving this asap.
We'll keep you updated, this should be resolved before noon.
This should be resolved! Please let us know if the issue persists on your end.
Thank you
Most helpful comment
We're actively working on resolving this asap.
We'll keep you updated, this should be resolved before noon.