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
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
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
The text was updated successfully, but these errors were encountered: