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
DisableUIInteractionWhenTypingproperty you can use to change the behavior. The implementation is in theMixedRealityKeyboardBaseclass and you can try it by looking at the left hand side of theHandInteractionExamplesscene and find the keyboard interaction section. Go to thePressableButtonPlated (1)GameObject underKeyboardExampleand scroll down in the inspector to change the value of that setting to see desired outcome.