Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

iOS keyboard does not support auto-capitalisation #11

Closed
bt opened this issue Jan 19, 2019 · 8 comments
Closed

iOS keyboard does not support auto-capitalisation #11

bt opened this issue Jan 19, 2019 · 8 comments

Comments

@bt
Copy link

bt commented Jan 19, 2019

I'm experiencing some issues on iOS where the editor doesn't support the Auto-Capitalization feature.

This is where, when ending the current sentence, the next sentence automatically starts with a capital letter. I sometimes write documentation on the go so having this supported will save me from having to keep pressing the SHIFT key.

Right now, if you have SHIFT pressed, it will stay in caps (as if you had Caps Lock on).

@moughxyz
Copy link
Member

Good point, hadn't noticed this behavior before.

@bt
Copy link
Author

bt commented Jan 20, 2019

@mobitar: I think in addition, the spell checker doesn’t work either.

I have fat fingers which gives me quite a hard time typing in this extension unfortunately :(

@moughxyz
Copy link
Member

Yeah, editors on mobile will be a stretch. They're mostly meant for read-only on mobile. They're very complex pieces of software that are meant for a desktop environment.

@bt
Copy link
Author

bt commented Jan 31, 2019

Just for reference, this issue has been reported on SimpleMDE, which in-turn has been reported on CodeMirror. Here's the relevant issue: codemirror/codemirror5#3403

@moughxyz
Copy link
Member

Oh wow, quite an old issue. Can't wait for CodeMirror 6 :)

@bt
Copy link
Author

bt commented Aug 25, 2019

Hey @mobitar, can we revisit this issue?

There's been some activity in the issue that I mentioned previously; particularly this comment where apparently it was due to the editor having the wrong value set (false instead of off)

See here: codemirror/codemirror5#3403 (comment)

@moughxyz
Copy link
Member

Thanks for the heads up. I've updated to EasyMDE 2.8.0, which features CodeMirror 5.48.4, which includes the caps fix. Will be deployed in a few minutes. Note that on iOS the surest way to clear editor cache is to uninstall then reinstall the app, or wait for an App Store update.

@alandooz
Copy link

Based on comments above I think this is fixed thanks to @mobitar updates.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants