Skip to content

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

Open
@momobutong

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions