voronianski / soundcloud-audio.js

:musical_note: SoundCloud tracks and playlists with HTML5 Audio API
http://caniuse.com/#feat=audio
284 stars 46 forks source link

Issue with IE11 #10

Closed superhighfives closed 8 years ago

superhighfives commented 8 years ago

@magicspon and I noticed that the https://github.com/soundblogs/react-soundplayer/ package was failing on IE11, and traced it to the underlying soundcloud-audio package.

More details are available here: https://github.com/soundblogs/react-soundplayer/issues/53

Rolling back to 0.1.7 seemed to fix the issue for me on https://koya.brailleface.co

Wasn't able to ascertain what exactly was causing the issue, but it seems to be to do with the _appendQueryParam function.

voronianski commented 8 years ago

@superhighfives pls check the latest version 1.0.4.

gilest commented 7 years ago

I think this might still be occurring in version 1.2.1.

Only in IE 11.

1
File "../../node_modules/soundcloud-audio/index.js" line 175 col 1 in o.prototype.play
this.audio.src = src;
2
File "onsen/components/video/music-player.js" line 40 col 1 in Anonymous function
if (!_this.get('isMuted')) player.play();
3
File "../../node_modules/soundcloud-audio/index.js" line 75 col 1 in Anonymous function
callback(data);
4
File "../../node_modules/soundcloud-audio/index.js" line 110 col 1 in n.onreadystatechange
callback(resp);