IndexSizeError in IE11
mbratukha opened this issue · 4 comments
mbratukha commented
IonDen commented
Hi, please describe your environment and maybe show example page for me to test. In my tests on IE9-Edge there was no such an error.
mbratukha commented
Hi, the problem was in value of volume variable.
As you can see from screenshot, in my case it was set to 1.1. I don't know whether it possible or not, but any way it was so. When I set it to 1 everything starts to work fine in IE11.
tparkin commented
This problem still exists in IE 11. Setting the volume to 2.0 when loading a sound causes the error:
ion.sound({ sounds: [ { name: "water_droplet" } ], volume: 2.0, path: "https://s3.amazonaws.com/xxxxxx/sounds/", preload: true });