JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6.2
[ckeditor.git] / _source / plugins / maximize / plugin.js
index 4c04d14..97ac0b0 100644 (file)
@@ -154,7 +154,8 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
 \r
                        editor.addCommand( 'maximize',\r
                                {\r
-                                       modes : { wysiwyg : 1, source : 1 },\r
+                                       // Disabled on iOS (#8307).\r
+                                       modes : { wysiwyg : !CKEDITOR.env.iOS, source : !CKEDITOR.env.iOS },\r
                                        readOnly : 1,\r
                                        editorFocus : false,\r
                                        exec : function()\r