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

iOS and autocap et al... #550

Open lakester opened 12 months ago

lakester commented 12 months ago

Describe your question I'm posting this to find out if there is any news or info regarding problematic interactions between EasyMDE/CodeMirror and the iOS virtual keyboard.

If needed, I can provide specific code usage examples, but I'm not sure it adds anything to the conversation at this point.

Where things currently stand for me is: everything works fine on Android, but with iOS devices, only the first letter will be capitalized..., and things sorta go south from there. Backspace to begin again, and the new first letter will not autocap. Double space to end sentence, ditto the no-go. Etc.

Should I also follow up with the CodeMirror folks?

Anyways, just looking for hints for next steps. Thx!