Reputation: 15
I have downloaded the latest version of CKEditor
(standard) and integrated in DotNet
(MVC). Its works in system browsers but NOT IN iPad
and Android
mobiles.
I did a quite search in Google for this fix but no luck and all posts are 3 years ago.
Please reply back with for this FIX.
Thanks in Advance.
Upvotes: 0
Views: 388
Reputation: 11
Add this code:
<script>
CKEDITOR.env.isCompatible = true;
</script>
Upvotes: 1