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
i am using Howler js library for playing audio. Using this library audio is playing fine in all browser windows, linux, macbook system even it goes to sleep mode or screen locked But for i phone it's not working when it's goes to sleep mode or screen locked.
The Problem
i am using Howler js library for playing audio. Using this library audio is playing fine in all browser windows, linux, macbook system even it goes to sleep mode or screen locked But for i phone it's not working when it's goes to sleep mode or screen locked.
Reproducible Example
No response
Reproduction Steps
const sound = new Howl({
src: [this.audioLink],
format: ['wav', 'webm', 'mp3'],
html5: true,
autoplay: true,
volume: 0.7,
onend: () => {
this.audioEnded();
},
});
Possible Solution
No response
Context
No response
Howler.js Version
v2.2.4
Affected Browser(s)/Versiuon(s)
No response
The text was updated successfully, but these errors were encountered: