-
-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
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
Initialization of ion.sound fails in IE11 #81
Comments
Hello, try to set volume to 1, maybe IE does not support volume more than 100% |
There is an error, so yes, that should be bad volume value. |
In future update i will add a check in to plugin to avoid this. |
Hi, now it works, great. I did not get anything in my console though. It also failed on Androids default browser and now it also work there. Perfect Thanks and a happy new year. |
I will leave it open, because problem can be avoided. I will add a fix in next release. Happy new year! |
My javascript fails in IE11 when I use this initializatin:
ion.sound({ sounds: [ { name: "bell_ring" } ], path: "/sounds/", preload: true, volume: 2.0 });
The console shows nothing.
It works in Chrome, Firefox and IOS Safari.
You can see the simple page here:
http://dalbydata.dk/meditation
The text was updated successfully, but these errors were encountered: