We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When loading audio with Opera, the howler state returns unloaded
unloaded
const howl = new Howl({src: 'https://upload.wikimedia.org/wikipedia/commons/4/48/Aadama.mp3'});
Wait a few seconds
console.log(howl.state()); // Expected: 'loaded' (Works in Chrome). actual: 'unloaded' (in opera)
No response
Opera One(version: 105.0.4970.48) (arm64)
2.2.3
The text was updated successfully, but these errors were encountered:
I have the same experience. Will there be an update in the near future?
Sorry, something went wrong.
Had the exact same issue with Opera on Howler 2.2.3, just upgraded to 2.2.4 and this has fixed this issue for me.
@taynec8 it worked! thanks
No branches or pull requests
The Problem
When loading audio with Opera, the howler state returns
unloaded
Reproduction Steps
const howl = new Howl({src: 'https://upload.wikimedia.org/wikipedia/commons/4/48/Aadama.mp3'});
Wait a few seconds
console.log(howl.state()); // Expected: 'loaded' (Works in Chrome). actual: 'unloaded' (in opera)
Possible Solution
No response
Context
Opera One(version: 105.0.4970.48) (arm64)
Howler.js Version
2.2.3
Affected Browser(s)/Versiuon(s)
Opera One(version: 105.0.4970.48) (arm64)
The text was updated successfully, but these errors were encountered: