clemos / try-haxe

A small webapp that allows to test Haxe online
https://try.haxe.org
MIT License
126 stars 41 forks source link

Disable rich editor on iOS #90

Open markknol opened 8 years ago

markknol commented 8 years ago

Sorry for this first world issue. The editor does not work nicely on iOS (on my iPad). For example you cannot copy/paste stuff. Can the color highlighting be disabled?

clemos commented 8 years ago

Can you please check https://codemirror.net/ in case their latest version has a fix for this iOS issue ?

clemos commented 8 years ago

Also, what do you mean by disabling color highlighting ? Is this another issue, or do you just mean disabling the code editor in favor of a simple textarea ?

markknol commented 8 years ago

Ill check codemirror if I have some time. Maybe a simple textarea also does the trick, not sure if we still can have codecompletion in that case.

clemos commented 8 years ago

Well if we remove codemirror, it will disable completion, color highlighting, etc, so if possible I would rather not do that.

markknol commented 8 years ago

in that case I hope codemirror has a nice solution available.

markknol commented 8 years ago

This might worth a try:

20-02-2015: Version 5.0: Experimental mobile support (tested on iOS, Android Chrome, stock Android browser) https://codemirror.net/doc/releases.html

clemos commented 8 years ago

@markknol Any updates on this ? I still can't really test CodeMirror iOS support...

markknol commented 8 years ago

I did not try it