Search Unity

TouchScreenKeyboard.Open() in Android 9 has different behaviour

Discussion in 'Editor & General Support' started by Driven, Oct 28, 2018.

  1. Driven

    Driven

    Joined:
    May 31, 2013
    Posts:
    77
    I was using TouchScreenKeyboard.Open("") on the new Mate 20 Pro but the keyboard won't show up but only the input field. Tapping additionally on the inputfield populates the keyboard finally. In Android 8 the function works correctly and the keyboard shows up immediately. It can not be as OS setting since it works in other games or apps.

    Any Ideas what could be the reason?
     
  2. hacanalic

    hacanalic

    Joined:
    Jul 7, 2018
    Posts:
    7
    Shift targetSDKVersion to 27 and it will be resolved.
     
  3. unity_Rbab6V-sXsbPzg

    unity_Rbab6V-sXsbPzg

    Joined:
    Aug 8, 2019
    Posts:
    1
    Changing to targetSDKVersion 27 didn't do it for me, any other suggestion?