We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8058e72 commit f56fa76Copy full SHA for f56fa76
Assets/HoloToolkit/UX/Scripts/Keyboard.cs
@@ -251,6 +251,10 @@ protected override void Awake()
251
}
252
253
254
+ // Setting the keyboardType to an undefined TouchScreenKeyboardType,
255
+ // which prevents the MRTK keyboard from triggering the system keyboard itself.
256
+ InputField.keyboardType = (TouchScreenKeyboardType)(-1);
257
+
258
// Keep keyboard deactivated until needed
259
gameObject.SetActive(false);
260
0 commit comments