

/ The InputField is used for typing in a name, and enforces capitalization of the first letter of each word.

Android: There is no reliable way of hiding input field. This type of keyboard will be opened even if other types are specified to be opened.

I've been trying to figure out to to bring up the Keyboard which I do when building in XAML even with Unity 5.5.1 which I thought was going to change that. So I wrongly assume the Unity InputField UI element would work like it does with every other OS (PC, Android, iOS etc).
