- Home /
How to disable TouchScreenKeyboard for InputField?
I have a multiline InputField and have had nothing but grief with getting the size of the TouchScreenKeyboard on iOS 9.1. I wait until both active and visible, but the area rect is still zero. I hear that Android has similar woes.
I resolved to create my own keyboard and gain more control over when it shows up and goes away.
The problem is I can't figure out how to stop the TouchScreenKeyboard from showing up when the user selects the InputField. There's no choice for Keyboard = none in the InputField's inspector for instance.
if the TouchScreenKeyboard can only be disabled globally, that's fine too.
Using Unity 5.2.2
Your answer
Follow this Question
Related Questions
Customize Inputfield Unity Plus/Pro 0 Answers
How to modify EditText appearance on Android and iOS? 0 Answers
[tvOS] UI.InputField doesn't show touchscreenKeyboard automatically 1 Answer
TMP InputField does not fire onTouchScreenKeyboardStatusChanged event when keyboard becomes visible 0 Answers
I want to insert a character at the caret position in InputField on iPhone 0 Answers