howler.js
howler.js copied to clipboard
howler play the music successfully but no sound in ios safari13.2
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
I have the same issue :( No errors in the web console found.
@ForeverLover hey, I've added html5: true
and it works now. Maybe it will also helps you.
I have the same issue and html5: true
doesn't work either.