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.32k stars 308 forks source link

Only one word can be selected on touchscreens #529

Open nibl opened 1 year ago

nibl commented 1 year ago

On a touchscreen device (e.g. iPad) it is only possible to select a single word by double tapping or long pressing.

This is not the expected behaviour for Textarea. In a standard Textarea, it is possible to select multiple words by dragging the selection handles.

It is possible for this to work as expected in a browser-based editor. One example would be the editor in the Datenstrom Yellow Edit Extension (website/blog/cms).