-
Notifications
You must be signed in to change notification settings - Fork 65
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
Can't input some other language, such as Chinese #452
Comments
Hi @ryzencool, thanks for opening the issue! Could you please provide a video recording that demonstrates the problem? |
Hi,@tomekzaw This is my demo video, The input box above is normal TextInput. The input box below is MarkdownTextInput. |
Thanks @ryzencool. It seems to me that this issue might be related to #181. Turns out that iOS keeps the composition input in |
Thank you |
Hi @ryzencool, could you please try if #520 resolves this issue? I've made a change that should fix multi-stage text input. Please let me know if you know how to test out the change or shall I provide some instructions for you. |
Hi, thank you @tomekzaw, Can you provide some instructions for me? |
@ryzencool It would be best if you can just clone the repo, run the example app and check if it works. gh repo clone Expensify/react-native-live-markdown
cd react-native-live-markdown
gh pr checkout 452
yarn
cd example
yarn
cd ios
bundle install
bundle exec pod install
cd ..
xed ios # Open Xcode
yarn start --reset-cache |
ok,thank you |
when switch to chinese input method, then I input, but the input method auto switch to english
The text was updated successfully, but these errors were encountered: