Html5 sound on iOS safari 15.* #1596
Unanswered
hansagames
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Yup this is happening for me, anyone have a fix? It seems to also happen on chrome too. Maybe the problem is iOS in general and not a specific browser. I tested the same thing on a google pixel and it works fine. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
noticed strange behaviour on iOS Safari 15.* (could not reproduce on 14.*).
I create html5 sound with loop true. And for iOS safari browsers sound stops time to time (could not reproduce on other devices).
After investigation found out that audio tag gets pause event, but there are no howler pause event triggered so I assume that its paused by browser, or by internal howler functions that dont trigger event.
More strange it starts to play after some time, and then get paused again and so on. Sometimes it play multiple loops before gets paused, sometime sit happens after 1-3 seconds. Resume most of time happens when end even from howler is triggered (could be because it trigger play again)
Anyone else noticed such behaviour?
For reference:
Thank you
Beta Was this translation helpful? Give feedback.
All reactions