Open
Description
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
Activity