Search Unity

iPhone Keyboard ReturnKey

Discussion in 'Scripting' started by arkano22, Sep 25, 2012.

  1. arkano22

    arkano22

    Joined:
    Sep 20, 2012
    Posts:
    1,924
    My app just got rejected by Apple because at a login screen, the keyboard type wasn´t appropiately set. They say login keyboards should have a "next" and then a "go" button at the user/login fields, respectively.

    I searched their docs and the keyboard has a UIReturnKeyType parameter, which allows you to use those words in the keyboard´s return key. However i can´t find anything similar in the Unity docs, but there must be a way because there´s a password keyboard type and a password gui field!

    can you help me?
     
  2. arkano22

    arkano22

    Joined:
    Sep 20, 2012
    Posts:
    1,924
    Nevermind, i implemented my own keyboard with customizable UIReturnKeyType via plugins. I will post code once I clean it up.
     
  3. angrypenguin

    angrypenguin

    Joined:
    Dec 29, 2011
    Posts:
    15,620
    You should stick it in the Asset Store, maybe even charge a token amount for it.
     
  4. WildMaN

    WildMaN

    Joined:
    Jan 24, 2013
    Posts:
    128
    Hey Arakno, any chance you publish this plugin? Same problem, still no plugin available to solve it.