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
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
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Version: | 4.1.1 → 3.6.2 |
Maximize is disabled on iOS because of #8307.