user2606223
user2606223

Reputation: 15

CKEditor not Working iPad and Android

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

Answers (1)

Alaeddin Alhamoud
Alaeddin Alhamoud

Reputation: 11

Add this code:

<script>
    CKEDITOR.env.isCompatible = true;
</script>

Upvotes: 1

Related Questions