Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mobile doesn't have autocomplete/suggested #19

Open
PaulBGD opened this issue Jul 8, 2020 · 2 comments
Open

Mobile doesn't have autocomplete/suggested #19

PaulBGD opened this issue Jul 8, 2020 · 2 comments

Comments

@PaulBGD
Copy link

PaulBGD commented Jul 8, 2020

On Android at least it doesn't correct words as I type or have suggestions for what I'm typing. Seems to treat it as a dumb input. It seems like it's an issue with the app, but I don't run into this with any of the other custom editors.

It also happens in a browser (Firefox Preview) on the demo.

@MaxLap
Copy link
Owner

MaxLap commented Jul 8, 2020

It depends on what the editor is built upon. If you try with the minimal markdown, you will have the same problem.

It's due to the system the editor is build upon (called CodeMirror). Its default system doesn't support the autocorrect. I found a way to have the auto-correct, but doing so bring other usability problems.

I'd like to have the feature, but I already spent a lot of time trying to fix this without breaking other things, so I've basically given up on having this feature. Maybe when CodeMirror finishes its full rewrite, it will be possibly to do this without breaking other things.

@PaulBGD
Copy link
Author

PaulBGD commented Jul 9, 2020

Gotcha.

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

No branches or pull requests

2 participants