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

Can't input some other language, such as Chinese #452

Open
ryzencool opened this issue Aug 14, 2024 · 8 comments
Open

Can't input some other language, such as Chinese #452

ryzencool opened this issue Aug 14, 2024 · 8 comments
Labels
bug Something isn't working

Comments

@ryzencool
Copy link

when switch to chinese input method, then I input, but the input method auto switch to english

@tomekzaw tomekzaw added the bug Something isn't working label Sep 2, 2024
@tomekzaw
Copy link
Collaborator

tomekzaw commented Sep 2, 2024

Hi @ryzencool, thanks for opening the issue!

Could you please provide a video recording that demonstrates the problem?

@ryzencool
Copy link
Author

Hi,@tomekzaw This is my demo video, The input box above is normal TextInput. The input box below is MarkdownTextInput.
output

@tomekzaw
Copy link
Collaborator

Thanks @ryzencool. It seems to me that this issue might be related to #181. Turns out that iOS keeps the composition input in self.markedTextRange. I need some more time to prepare a fix.

@ryzencool
Copy link
Author

Thank you

@tomekzaw
Copy link
Collaborator

tomekzaw commented Oct 17, 2024

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.

@ryzencool
Copy link
Author

ryzencool commented Oct 19, 2024

Hi, thank you @tomekzaw, Can you provide some instructions for me?

@tomekzaw
Copy link
Collaborator

@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

@ryzencool
Copy link
Author

ok,thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants