Unable to insert ACE editor from Android or iOS devices.

When I load the ACE editor editor, I cannot paste from Android device from the default browser (??? - AT&T HTC One), Chrome, or Firefox with Android 4.1.2. I have confirmed the same behavior on Android 4.4 as well as iPhone 4S.

See an example here: http://jsfiddle.net/anthonyserious/mhu56k6h/1/ . If you try to paste into the editor, the usual select / copy / paste menu flickers for a second and then disappears. This with a trivial editor initialized:

var editor = ace.edit("editor");
editor.getSession().setMode("ace/mode/javascript");

      

Does anyone have any suggestions? Maybe there is an ACE editor property that can be set?

Thank.

+3


source to share