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

when the audio is loaded and playing, the loaderror callback triggered #1738

Open
momobutong opened this issue Sep 14, 2024 · 0 comments
Open
Labels

Comments

@momobutong
Copy link

The Problem

A problem occurs in Howler 2.2.4 IOS 17. When the audio is loaded and played, the audio enters the loaderror callback and the error code 3 is returned.
is there has any method to resolve this problem
thank you for you help

Reproducible Example

No response

Reproduction Steps

sound = new Howl({
src: audioObj.url,
});
sound.on('load', () => {
sound.play();
})

Possible Solution

No response

Context

No response

Howler.js Version

v2.2.4

Affected Browser(s)/Versiuon(s)

No response

@momobutong momobutong added the bug label Sep 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant