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

how to block the TouchScreenKeyboard auto "done" InputField

Discussion in 'Immediate Mode GUI (IMGUI)' started by biscito, Nov 18, 2017.

  1. biscito

    biscito

    Joined:
    Apr 3, 2013
    Posts:
    138
    hi
    so I wonder how do I deactivate the TouchScreenKeyboard auto "done" or down,
    when I click out of the InputField

    basically, i want the TouchScreenKeyboard open all the time,

    if I open it before :
    TouchScreenKeyboard.Open("", TouchScreenKeyboardType.Default, false, false, true, true);
    it close himself and open a new one, so

    any ideas?

    I found this: ( but I'm not a big fan, as I want to deploy on ios and android..)
    https://answers.unity.com/questions/1075452/ios-touchscreenkeyboard-closes-and-open-when-tappi.html