You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My device Ipad OS 16.1.1.
I'm creating a mini game and the bgm playback doesn't work.
it's working on iphone.
Is there anything I should do when waking up after going to sleep with the browser open?
Reproducible Example
No response
Reproduction Steps
Ipad(4th) OS 16.1.1.
1)Launch safari and play a looping bgm.
2)After going to sleep by pressing the ipad top button.
3)Press the top button again to wake from sleep.
4)not play looping bgm.
I try resume code const { ctx } = Howler; if (ctx) { setTimeout(() => { ctx.resume(); }, 100); }
Possible Solution
No response
Context
No response
Howler.js Version
2.2.3
Affected Browser(s)/Versiuon(s)
No response
The text was updated successfully, but these errors were encountered:
The Problem
My device Ipad OS 16.1.1.
I'm creating a mini game and the bgm playback doesn't work.
it's working on iphone.
Is there anything I should do when waking up after going to sleep with the browser open?
Reproducible Example
No response
Reproduction Steps
Ipad(4th) OS 16.1.1.
1)Launch safari and play a looping bgm.
2)After going to sleep by pressing the ipad top button.
3)Press the top button again to wake from sleep.
4)not play looping bgm.
I try resume code
const { ctx } = Howler; if (ctx) { setTimeout(() => { ctx.resume(); }, 100); }
Possible Solution
No response
Context
No response
Howler.js Version
2.2.3
Affected Browser(s)/Versiuon(s)
No response
The text was updated successfully, but these errors were encountered: