Keyboard closing on air tap #9639
-
Hello everyone! I am using the TMP Input Field with the TMP_KeyboardInputField on the HoloLens 2. I have also put a pressable HoloLens2 button on top of the input field and as OnClick Interaction event I added the Select function of the TMP Input Field.
Greetings! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Could you let us know the versions of Unity and MRTK? Both problems could be on the Unity side issue. For the second issue we provide an implementation that exposes a |
Beta Was this translation helpful? Give feedback.
Could you let us know the versions of Unity and MRTK? Both problems could be on the Unity side issue. For the second issue we provide an implementation that exposes a
DisableUIInteractionWhenTyping
property you can use to change the behavior. The implementation is in theMixedRealityKeyboardBase
class and you can try it by looking at the left hand side of theHandInteractionExamples
scene and find the keyboard interaction section. Go to thePressableButtonPlated (1)
GameObject underKeyboardExample
and scroll down in the inspector to change the value of that setting to see desired outcome.