-
Notifications
You must be signed in to change notification settings - Fork 151
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
The input method doesn't work on iOS #583
Comments
@ITJesse This seems to be in Ghost, right? Can you reproduce the same bug on the mobiledoc-kit demo (https://bustle.github.io/mobiledoc-kit/demo/)? If so, we know that the bug is in mobiledoc-kit itself. If not, it will be in the integration of mobiledoc-kit in Ghost. |
I did some testing, and found that the keypress event was not triggered when I press keys with input method on. Maybe using this event to deal with these input method is not a good idea. |
It's worth noting Ghost is not using |
The input method does not show the candidate box at all, so I can not enter Chinese and Japanese.
Expected behavior:
It works prefectly in the title box, but was broken in the content box:
It just types the letter into the box without a candidate box.
Step to reproduce:
TryGhost/Ghost#9017
The text was updated successfully, but these errors were encountered: