Author Topic: UIinput, hideinput and autocorrect  (Read 1607 times)

hrlarsen

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 3
  • Posts: 35
    • View Profile
UIinput, hideinput and autocorrect
« on: July 29, 2014, 05:42:45 AM »
Hi there

There seems to be a problem with auto-correct not working when input is hidden, is this a common issue, or just me? Have tested it on both iOS and Android. EDIT: I have tried using both only NGUI to test it and manually opening the keyboard, nothing seems to work. Guess it is a limitation with Unity :(

another issue that I have come across, when input is not hidden, the iOS input field is floating above the keyboard, is this something anyone have noticed? and have anyone solved it? (see attachment)
« Last Edit: July 29, 2014, 06:10:51 AM by hrlarsen »

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: UIinput, hideinput and autocorrect
« Reply #1 on: July 30, 2014, 09:12:18 AM »
Yes, when input is hidden, there is nothing on the OS side, so there is nothing to correct. It's just a side effect of how it all works under the hood. As for input floating above -- that I don't know, but it wouldn't be an NGUI issue as it's done by iOS.