Search Unity

keyboard disappear

Discussion in 'Getting Started' started by testsnow, Oct 17, 2018.

  1. testsnow

    testsnow

    Joined:
    Jan 14, 2013
    Posts:
    2
    Hello,
    we have a game export to IOS, the login interface in call from IOS SDK, after login in, back to game, the unity inputField keyboard disappear, in keyboard.mm , find it's size is zero ,any suggestions will be appricate.
     
  2. testsnow

    testsnow

    Joined:
    Jan 14, 2013
    Posts:
    2
    the ios view is push by:
    window.rootViewController presentViewController:vc

    is this not the correct way?

    Thanks.