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

'time' event doesn't fire after pause->play [Safari] #80

Open
juliussohn opened this issue Mar 21, 2017 · 0 comments
Open

'time' event doesn't fire after pause->play [Safari] #80

juliussohn opened this issue Mar 21, 2017 · 0 comments

Comments

@juliussohn
Copy link

juliussohn commented Mar 21, 2017

I'm building a SC player on my website. There seems to be a bug in safari.
The following code works, after running player.play() for the first time. If i run pause and play again, the event doesn't fire anymore (ONLY in Safari).

player.on('time', function() {
      updateProgressBar();
});

I tried to build it manually with intervals and got a similar problem. After pausing and playing again, the value of player.currentTime() doesn't change anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant