diff --git a/src/scripts/browserdeviceprofile.js b/src/scripts/browserdeviceprofile.js index 18b85a6dc0..31cd44806a 100644 --- a/src/scripts/browserdeviceprofile.js +++ b/src/scripts/browserdeviceprofile.js @@ -77,10 +77,6 @@ define(['browser'], function (browser) { return true; } - if (browser.osx || browser.iOS) { - return false; - } - return videoTestElement.canPlayType('audio/mp4; codecs="ac-3"').replace(/no/, ''); }