diff --git a/core/inlineimage.class.inc.php b/core/inlineimage.class.inc.php index 3ce38fee8d..12fc04d96e 100644 --- a/core/inlineimage.class.inc.php +++ b/core/inlineimage.class.inc.php @@ -462,7 +462,7 @@ EOF }, null, null, 4 ); // Listener with priority 4 will be executed before priority 5. oEditor.on( 'instanceReady', function() { - if($('#'+oEditor.id+'_toolbox .editor_magnifier').length == 0) + if(!CKEDITOR.env.iOS && $('#'+oEditor.id+'_toolbox .editor_magnifier').length == 0) { $('#'+oEditor.id+'_toolbox').append(' '); $('#'+oEditor.id+'_toolbox .editor_magnifier').on('click', function() {