diff options
Diffstat (limited to 'src/js/controls.js')
-rw-r--r-- | src/js/controls.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/controls.js b/src/js/controls.js index a0bbc991..7993dcb8 100644 --- a/src/js/controls.js +++ b/src/js/controls.js @@ -1378,7 +1378,7 @@ const controls = { } // Volume range control - if (control === 'volume') { + if (control === 'volume' && !browser.isIos) { // Set the attributes const attributes = { max: 1, |