I have jquery dynamically creating a comment box when a user presses a button. I apply ckeditor to a textarea and it works perfectly on all devices and browsers except for iPad and iPhone.
When a user enters text in iOS the focus of the page stays with the text editor when entering a true character but on every space it throws the focus back to the top of the page. This results in the page jumping up and down disorienting and making it hard to see what the user is entering.
The textareas exist within a nested table within a frame of its own (old style frameset layout page in ASP)
Has anyone come across a setting or styling that interferes with CKEditor in iOS?
Mark G.