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?
If you want to keep open use this
InputField.ActivateInputField();
And disable
InputField.DeactivateInputField();