Forum Discussion
paulcool88
2 years agoProtege
Cant open system keyboard on Quest 2
I can't seem to open the system keyboard on Quest 2. I open it like this:
keyboard = TouchScreenKeyboard.Open("Hello", TouchScreenKeyboardType.Default);
keyboard.active = true;
TouchScreenKeyboard.hideInput = false;
TouchScreenKeyboard.Android.consumesOutsideTouches = true;
TouchScreenKeyboard.Android.closeKeyboardOnOutsideTap = false;but it seems to close straightaway. When I check the status with keyboard.status its always returning done. In the OVRManager I set requires system keyboard to true.
Okay I think I figured out what the problem was. If the keyboard is opened while the trigger is held, the keyboard seems to think you presses accept right away. My keyboard was being activated from a press down on the trigger button. I changed it to use the button release and it worked.
1 Reply
Replies have been turned off for this discussion
- paulcool88Protege
Okay I think I figured out what the problem was. If the keyboard is opened while the trigger is held, the keyboard seems to think you presses accept right away. My keyboard was being activated from a press down on the trigger button. I changed it to use the button release and it worked.
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 2 years ago
- 2 years ago