Search Unity

[tvOS] UnityUI.InputField doesn't open TouchScreenKeyboard on tvOS

Discussion in 'UGUI & TextMesh Pro' started by NGC6543, Aug 30, 2016.

  1. NGC6543

    NGC6543

    Joined:
    Jun 3, 2015
    Posts:
    228
    Hi, I'm currently building an app on tvOS and encountered this InputField issue.

    On iOS, Unity's InputField UI automatically opens the native touchscreen keyboard when the InputField gets the focus. I don't have to handle all the events and etc.

    On tvOS however, selecting InputField doesn't show the keyboard and I can't type a thing.

    I think this is some kind of bug... or isn't it?
     
  2. s0phist

    s0phist

    Joined:
    Mar 30, 2011
    Posts:
    40
    I'm running into this problem to, did you find a solution?
     
  3. Spettacolo1983

    Spettacolo1983

    Joined:
    Sep 3, 2020
    Posts:
    1
    Same issue here! Is there a solution? I've noticed that if I change Scene, the keyboard appears o_O

    I can only open the keyboard manually calling:

    TouchScreenKeyboard keyboard = TouchScreenKeyboard.Open("text");

    But I can't manage the text inserted neither the connection between the input field.

    I am very shocked that Unity support team didn't answer here since 2016! :mad:
     
    Last edited: Sep 3, 2020