howler.js icon indicating copy to clipboard operation
howler.js copied to clipboard

howler play the music successfully but no sound in ios safari13.2

Open ForeverLover opened this issue 2 years ago • 3 comments

The Problem

I met a situation,I played a music(https://avos-cloud-t668scjflvpf.s3.amazonaws.com/HpZIoSU939oXPWP5VMGgqteppxeXWq3skJNEQj1v.mp3) by howler,it emit a event onplay for me ,but no sound .

Reproducible Example

No response

Reproduction Steps

1.new Howl({ src: [url], // loop: loop, preload:true, usingWebAudio: true, // Force to HTML5 so that the audio can stream in (best for large files). onplay: function () { listener && listener.onPlay && listener.onPlay(listenerParams) }, }); 2.howl.play 3.onplay woud be called

Possible Solution

No response

Context

No response

Howler.js Version

v2.2.3

Affected Browser(s)/Versiuon(s)

No response

ForeverLover avatar Oct 13 '22 07:10 ForeverLover

I have the same issue :( No errors in the web console found.

scor2k avatar Dec 18 '22 15:12 scor2k

@ForeverLover hey, I've added html5: true and it works now. Maybe it will also helps you.

scor2k avatar Dec 18 '22 16:12 scor2k

I have the same issue and html5: true doesn't work either.

joker-777 avatar Apr 17 '23 15:04 joker-777