Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
rineksoSimson's avatar
1 year ago

Cannot disable virtual keyboard

I cannot disable virtual keyboard, even I disable require system keyboard, disabling tracked keyboard supported, disabling virtual keyboard support. even editing in android manifest and set all keyboard support required to false. after I build it, my input text still returning virtual keyboard.

It frustrating me. I want to make my own keyboard but it cannot be disabled.

2 Replies

Replies have been turned off for this discussion
  • va.ni.le's avatar
    va.ni.le
    Honored Guest

    I'm curious about this too.  This happened when I updated from build ver 59 to build ver 62.  Seems like the overlay keyboard took over my implementation of the OVRVirtualKeyboard even though you're technically not allowed to have more than 1 instance of the OVRVirtualKeyboard in the scene.  But there it is.  One near and one far.

  • Korpzes's avatar
    Korpzes
    Honored Guest

    make a variable:

    public OVRVirtualKeyboard keyboard;

    then use the following to hide the keyboard:

    keyboard.KeyboardHiddenEvent.Invoke();