Ionaru / easy-markdown-editor

EasyMDE: A simple, beautiful, and embeddable JavaScript Markdown editor. Delightful editing for beginners and experts alike. Features built-in autosaving and spell checking.
https://stackblitz.com/edit/easymde
MIT License
2.39k stars 316 forks source link

Impossible to navigate cursor on Mobile #32

Open ashtexsolutions opened 5 years ago

ashtexsolutions commented 5 years ago

Impossible to navigate cursor on Mobile

Hey Guys,

I'm having issue with easy-markdown implementation for responsive version of the editor on mobile, So after adding some text if you move around the the texts it starts blinking on a word and make it impossible to move around any further.

Steps:

Please if anyone can guide me on this.

abudhakeer commented 2 years ago

Hey guys. Am facing similar issues here - https://github.com/RIP21/react-simplemde-editor/issues/205. Can someone help?

Ionaru commented 2 years ago

This is an underlying problem with the CodeMirror editor, there's numerous open issues relating to mobile use in their repo. Not something that is fixable on EasyMDE's end, unfortunately.

An update to CodeMirror 6 might solve the problems, that is part of https://github.com/Ionaru/easy-markdown-editor/issues/447 and will probably take a while longer.

abudhakeer commented 2 years ago

Thank you @Ionaru for the reply. I can understand.

Couple of questions,

  1. If someone wants to use code mirror v6 they can use it directly right?
  2. Is there any other editor which we can use for the mobile use case if you are aware of it?
  3. Another suggestion i received was to use react native + some markdown editor so that this issue could get rectified. Can u share ur thoughts on this?