Search Unity

Not hide iOS keyboard when done button is pressed

Discussion in 'iOS and tvOS' started by WonderWorkshop, Mar 13, 2017.

  1. WonderWorkshop

    WonderWorkshop

    Joined:
    Aug 28, 2014
    Posts:
    7
    Hi,

    I am trying to implement a chat app using Unity. Like a lot of other chat apps, I would like to keep my keyboard up whenever the user sends the input. I am not able to make it work for done button on the iOS keyboard. Whenever the done button is pressed, the keyboard will hide. Even though I can activate it right away, the user can see the keyboard down and up. I was wondering if anyone has a solution of this or if I can hide the done button.

    Thanks.
     
  2. Aurimas-Cernius

    Aurimas-Cernius

    Unity Technologies

    Joined:
    Jul 31, 2013
    Posts:
    3,732
  3. WonderWorkshop

    WonderWorkshop

    Joined:
    Aug 28, 2014
    Posts:
    7
    Hi Aurimas, thank you a lot. I will modify Keyboard.mm.
     
  4. Gokcan

    Gokcan

    Joined:
    Aug 15, 2013
    Posts:
    289
    Any solutions on this?