Search code examples
unity-game-enginekeyboardhololensinput-field

Unity InputField on HoloLens, keyboard disappears


I'm trying to add an input field on my HoloLens (1st gen) app and when I click on the field the keyboard appears but then disappears.

The problem
My input field is an Unity UI input field and when I click using a finger tap on the input field I can hear a click sound and the keyboard appears but disappears right after.
enter image description here

What I've tried
According to the documentation, using Unity UI input field or TextMeshPro input field should allow me to use the keyboard in order to fill the input.

Any solution on how to fix this behaviour ?


Solution

  • Using TextMeshPro Input Field solved the problem