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

Stop() didn't reset seek to 0 when invoking pause() before it #595

Closed
asjmtz opened this issue Aug 7, 2016 · 1 comment
Closed

Stop() didn't reset seek to 0 when invoking pause() before it #595

asjmtz opened this issue Aug 7, 2016 · 1 comment

Comments

@asjmtz
Copy link

asjmtz commented Aug 7, 2016

I am using Howler to make a player. And I found that when I invoked sound.pause() before invoking sound.stop() , the stop function did not reset seek to 0. I don't know if it is a special design.

Demo
https://jsbin.com/xeqeciz/edit?html,js,console,output

@asjmtz asjmtz changed the title Invoke pause() and then stop() , position not seek to 0 Stop() didn't reset seek to 0 when invoking pause() before it Aug 7, 2016
@Stenerson
Copy link
Contributor

@goldfire can you publish this fix to npm? I'm trying to implement more Howler features, including stop(), in react-howler but I'd like to wait until this is published upstream.

Thanks! 😎

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

No branches or pull requests

2 participants