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

Internet Explorer. Looped audio plays only twice #1000

Closed
st-eugene opened this issue Jul 17, 2018 · 1 comment
Closed

Internet Explorer. Looped audio plays only twice #1000

st-eugene opened this issue Jul 17, 2018 · 1 comment

Comments

@st-eugene
Copy link

st-eugene commented Jul 17, 2018

Seems like issue #921 is still reproducible in IE 11. Our workaround is basically the following:

if (loop && isIE) {
  howl.on('end', () => {
    howl.stop();
    howl.play();
  });
}
@goldfire
Copy link
Owner

Closing due to inactivity. If this is still an issue, reply with more info and I'll reopen.

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