You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
@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.
I am using Howler to make a player. And I found that when I invoked
sound.pause()
before invokingsound.stop()
, thestop
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
The text was updated successfully, but these errors were encountered: