Android soft keyboard is missing “OK” button after upgrading Unity from 2020 to 2022 LTS
Just upgraded Unity from 2020.3.48f1 to 2022.3.35f1 and immediately regretted it. I have a lot of input text fields in my project (TMP_InputField), some of them are single line and some multiline, that’s why it’s so important for my project that multiline inputs must have that “OK” button above the soft keyboard, cause at the right bottom corner there is a break button for multiline fields. If the field is single line, there is a “Done” button at the right bottom corner, it’s fine. But if it’s multiline – there is no way for users anymore to finish typing and close soft keyboard. That’s why i am searching how to fix this new problem.