- Home /
How can I keep mobile keyboard open when done is touched?
I have searched a lot and not found about this. There's a InputField and user touches it and writes words and touch 'Done' then mobile keyboard is hidden on android device. I need to keep keyboard open in chat mode. How can I keep keyboard open when done is touched?
I don't think you can do that. But you could do it like skype does, tap the field to open the keyboard, then have an extra button in your app for sending. When sending, clean the keyboard content.
Answer by mahmoud93p · Dec 04, 2019 at 06:54 PM
If you want to keep open use this
InputField.ActivateInputField();
And disable
InputField.DeactivateInputField();
Your answer
Follow this Question
Related Questions
Using the IOS Keyboard 2 Answers
Mobile Keyboard event calls 2 Answers
Keep keyboard open when lost focus by clicking background canvas - TextMeshPro Input Field 1 Answer
Detect When GUI.Text Field gets focus. 0 Answers
How do you test a mobile game? 0 Answers