﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10461	[iOS 6.1] cannot force fullscreen using UIWebView	Kittipun		"I'm using this code for maximize the editor which it worked on every desktop browser.
{{{
CKEDITOR.replace('note', {on: {'instanceReady': function(evt) {evt.editor.execCommand('maximize');}}});
}}}
when I tried to use on iOS device. It won't maximize the editor. I've tried to debug it and it didn't execute the maximize command.
"	Bug	closed	Normal		General	3.6.2	duplicate	iOS	
