Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Detect TextInput done

Discussion in 'UGUI & TextMesh Pro' started by nventimiglia, Aug 30, 2014.

  1. nventimiglia

    nventimiglia

    Joined:
    Sep 20, 2011
    Posts:
    153
    On android (and iOS) when the user is done typing text into the input field they have a done button they can press. How can I wire into the done button pressed event ? I Input handles "return" on desktop just fine.
     
  2. Tim-C

    Tim-C

    Unity Technologies

    Joined:
    Feb 6, 2010
    Posts:
    2,194
    We will be doing a pass on this soon to fix the callbacks ect for input fields.
     
    nventimiglia likes this.
  3. jebi

    jebi

    Joined:
    Jul 7, 2013
    Posts:
    6
    I handle with this way;

    http://forum.unity3d.com/threads/detect-submit-on-android.265602/#post-1755982