trestletech / todotxtpp

NodeJS Application with Dropbox Integration for Managing a Todo.txt File
MIT License
77 stars 8 forks source link

Mobile Scrolling Broken #18

Open ghost opened 10 years ago

ghost commented 10 years ago

Its impossible to scroll through your todo file on mobile. It ends up scrolling the page itself

trestletech commented 9 years ago

Gross. Yeah that's pretty terrible.

The UI needs some rethinking anyways, so I'll be sure to figure this out when I refactor. Thanks for the report.

trestletech commented 9 years ago

Sadly, Ace is broken on mobile. https://github.com/ajaxorg/ace/issues/37

So the quick fix would be to fallback to a textarea without any syntax highlighting or auto-complete. The real solution would be to migrate over to CodeMirror, but that would involve recoding the syntax highlighter in a compatible format and redoing the auto-complete logic. Sigh.

jasonroseweir commented 9 years ago

Any update on this issue?