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.41k stars 316 forks source link

IOS keyboard auto-correction not working #572

Open hereAlexT opened 9 months ago

hereAlexT commented 9 months ago

Describe the bug When using iOS, the keyboard auto-correction should work.however it doesn't

To Reproduce Steps to reproduce the behavior:

  1. Open the demo with iOS Chrome or Safari
  2. Using any keyboard to type some sentences

Expected behavior Auto correction should work. The keyboard should prompt some words and auto correct typed words Screenshots image

Expected: image

Version information

Additional context Add any other context about the problem here.

Ionaru commented 9 months ago

This has been reported before: https://github.com/Ionaru/easy-markdown-editor/issues/23, https://github.com/Ionaru/easy-markdown-editor/issues/113, https://github.com/Ionaru/easy-markdown-editor/issues/324 but unfortunately the error lies deep within CodeMirror and there is not a lot EasyMDE can do to fix it.

This can only be resolved by a big rewrite surrounding Codemirror 6.