Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

on pause function #417

Closed
woodhall2k opened this issue Apr 25, 2019 · 4 comments
Closed

on pause function #417

woodhall2k opened this issue Apr 25, 2019 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@woodhall2k
Copy link

Expected Behavior

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

Actual Behavior

The function does not run and as a result the console does not show 'paused the video!' when the pause button is clicked.

Steps to Reproduce

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

https://codepen.io/meshviz/pen/vMQvjX

@pratikt4f
Copy link

I also notice that issue from last 2 days.

@mg-design
Copy link

mg-design commented Apr 25, 2019

Same issue for me, across several sites we develop.

@luwes luwes self-assigned this Apr 25, 2019
@luwes luwes added the bug Something isn't working label Apr 25, 2019
@luwes
Copy link
Contributor

luwes commented Apr 25, 2019

We're actively working on resolving this asap.
We'll keep you updated, this should be resolved before noon.

@luwes
Copy link
Contributor

luwes commented Apr 25, 2019

This should be resolved! Please let us know if the issue persists on your end.
Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants