I'm using CKEditor in mobile version, but have one problem.
CKEditor is not working in Opera Mobile - can't focus :/
But browser shows CKEditor skin - how can I disable CKEditor (show texteditor) in Opera Mobile only?
CKEditor works in FF mobile and on iPhone, and in default Android Browser shows only textarea.
CKEditor is not working in Opera Mobile - can't focus :/
But browser shows CKEditor skin - how can I disable CKEditor (show texteditor) in Opera Mobile only?
CKEditor works in FF mobile and on iPhone, and in default Android Browser shows only textarea.

Re: How to disable CKEditor in Opera Mobile
in file _sources/core/env.js
replace line:
with line:
if ( env.opera ) { if (agent.indexOf( 'mobi/' ) > -1) { env.mobile=1; } else { version = parseFloat( opera.version() ); } }Check it please...
Re: How to disable CKEditor in Opera Mobile
http://ckeditor.com/demo