Search code examples
javascriptandroidgoogle-chromeckeditor

CKEDITOR.replace(elm[0]) returns as null on Chrome on Android


I'm using this directive to use CKEditor in Angular. In IE8, Firefox and Chrome Desktop it works fine, but Chrome on my Nexus 5 it throws and error Cannot read property 'on' of null.

In the jsfiddle the errors is line 10, so CKEDITOR.replace(elm[0]); is returning null. Does anyone know why this is returning null, or how I can debug this further to find the underline problem?


Solution

  • From what I can see apparently CKEditor isn't really Android compatible, so I'll look for a different WYSIWYG.