you can hide inputField Keyboard for Android
-
step 1 - create new project or open existing project
-
step 2 - import package
-
step 3 - create new empty gameobject and add component "InputFieldHandler"
*step 4 - create Canavs and added InputFieldWF , you can find it in WindForceKeyBoard/PlayerPrefs"
done
each InputFieldWF have KeyBoard script inside the script variable "text"
example
[serlizedfield]KeyBoard input1 ;
public void getText(){ Debug.Log(input1.text); }