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 support #5

Open
hatemhosny opened this issue Feb 16, 2022 · 1 comment
Open

mobile support #5

hatemhosny opened this issue Feb 16, 2022 · 1 comment

Comments

@hatemhosny
Copy link

hatemhosny commented Feb 16, 2022

codemirror 6 has great support for mobile devices.

the current implementation for emmet plugin makes it difficult to use on mobile devices (where most mobile keyboards do not have Tab or Cmd keys to trigger expanding abbreviations).

I suggest allowing click/tap on abbreviation preview to expand abbreviation (this is the behavior implemented in emmet-monaco-es for monaco editor).

It would also help to allow always showing the abbreviation preview (not just when it becomes complex), so that users know that emmet is available. May be this can be exposed as a configuration option.

@sergeche
Copy link
Member

Good point! Was trying to do a quick implementation of click to expand preview, but it didn’t work. Will try to figure out how a working solution

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