Author Topic: UIInput showing keyboard with space for autocomplete  (Read 4464 times)

Dover8

  • Newbie
  • *
  • Thank You
  • -Given: 1
  • -Receive: 0
  • Posts: 20
    • View Profile
UIInput showing keyboard with space for autocomplete
« on: August 05, 2015, 10:35:55 AM »
I have an app with a search button. When the user presses it the focus is moved to an offscreen UIInput with default settings (default keyboard, standard input, no validation). When the device keyboard opens on iOS devices and Android phones there is a gap between the input box and keyboard that would represent the autocomplete area. On Android Tablets the autocomplete tab is even displayed. I have attached screenshots to this post, but I need the input box to sit ontop of the keyboard in all instances. Using Unity 4.6.5

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: UIInput showing keyboard with space for autocomplete
« Reply #1 on: August 08, 2015, 11:04:54 PM »
This isn't an NGUI thing (was there even a question in that post?) The type of keyboard opened is specified on UIInput, but beyond that it's all Unity.