Hi All,
Recently I faced a problem with the Ckeditor not working on the Android and iPhone. After a great R&D I came to know there is an issue with the Ckeeditor and due to some security issue it has disabled its functionality from working on the Android and iPhone.
Please visit the link to study the issue in detail :-
http://ckeditor.com/support/faq/features#question10
But there is a quick fix for that by adding the following line just beneath the included ckeditor.js.
Syntax :-
<script>
CKEDITOR.env.isCompatible = true;
</script>
For more information please visit the following link :-
http://docs.ckeditor.com/#!/guide/dev_unsupported_environments
0 Comment(s)