Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Keyboard is not shown on Unity 2018.4 for input fields on TMP 1.4.1

Discussion in 'UGUI & TextMesh Pro' started by rankornfeld, Jul 1, 2019.

  1. rankornfeld

    rankornfeld

    Joined:
    Sep 29, 2016
    Posts:
    57
    I am getting a strange bug when moving from Unity 2018.3 to 2018.4

    I have a TMP_Input component, which works for a long time, and after build with the latest 2018.4 release, the mobile keyboard is not shown when the input receives focus.

    I have not changed anything regarding this, and it seems to just break on the latest 2018.4 builds.

    There is closed bug regarding this, it seems to be fixed on 2018.3 but broken again on 2018.4 (what?)

    Anyone got this?

    EDIT: I think this is not related to the Unity version but more to TMP version. The package manager updated my TMP to 1.4.1 and this issue started. Still investigating
     
    Last edited: Jul 2, 2019
  2. Stephan_B

    Stephan_B

    Joined:
    Feb 26, 2017
    Posts:
    6,595
    A new property was added to the TMP Input Field to control displaying the soft keyboard. Check if this property is enabled for some reason?

    Check if creating a new TMP_Input Field behaves the same way or if this seems to be related to an existing prefab or existing scene object.
     
  3. rankornfeld

    rankornfeld

    Joined:
    Sep 29, 2016
    Posts:
    57
    Here are my settings:
    Hide soft keyboard - not checked
    Hide mobile input - not checked

    Is one of those the new property?
     
  4. Stephan_B

    Stephan_B

    Joined:
    Feb 26, 2017
    Posts:
    6,595
    Hide Soft Keyboard is new.

    Is the behavior the same in a new scene creating a new TMP_InputField?