Search Unity

Resolved TouchScreenKeyboard always opens with upper keys on hololense 2

Discussion in 'XR Interaction Toolkit and Input' started by sabin, Nov 27, 2020.

  1. sabin

    sabin

    Joined:
    Nov 24, 2012
    Posts:
    35
    Any idea why TouchScreenKeyboard always opens with upper keys no matter which type of keyboard is asked for.

    TouchScreenKeyboard.Open("", TouchScreenKeyboardType.search, false, true, false, false);

    it works fine if you pass a lowercase string as the first parameter(I need them as empty), but for empty string, it always opens upper keys keyboard.
     
  2. timke

    timke

    Joined:
    Nov 30, 2017
    Posts:
    408
    Hey,

    This is a bug were the Unity TouchScreenKeyboardType value isn't being passed over to the corresponding Windows property, always resolves to Default. A fix is nearly ready, (along with other fixes) and once it lands I'll backport the fix to 2019 LTS.