Opened 12 years ago

Closed 12 years ago

#10461 closed Bug (duplicate)

[iOS 6.1] cannot force fullscreen using UIWebView

Reported by: Kittipun Owned by:
Priority: Normal Milestone:
Component: General Version: 3.6.2
Keywords: iOS Cc:

Description

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.

Change History (2)

comment:1 Changed 12 years ago by Kittipun

Keywords: iOS added
Summary: [iOS] cannot force fullscreen using UIWebView[iOS 6.1] cannot force fullscreen using UIWebView

comment:2 Changed 12 years ago by Piotrek Koszuliński

Resolution: duplicate
Status: newclosed
Version: 4.1.13.6.2

Maximize is disabled on iOS because of #8307.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy