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

Fix Android by force end composition #403

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

oldkingOK
Copy link

Resolves #52

Due to the presence of IME, this plugin cannot run on most mobile devices. Although this PR does not adapt to all mobile devices, based on user feedback in the issue, it has at least successfully worked on some devices.

These patches only work when Don't trigger snippets when IME is active is turned off. I think we should provide a prompt for all mobile users, but I am not familiar with this part of the code, so I need some help.

Most of the code in this patch is based on the vim-CM6 plugin, and I am a beginner in plugin development, so there may be many issues in the code. Any suggestions are very welcome!

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

Successfully merging this pull request may close these issues.

Mobile support does not seem to work
1 participant