Author Topic: How can i prevent the extra IOS text area from showing ?  (Read 3153 times)

Sahkan

  • Jr. Member
  • **
  • Thank You
  • -Given: 9
  • -Receive: 0
  • Posts: 74
    • View Profile
How can i prevent the extra IOS text area from showing ?
« on: February 23, 2015, 07:54:32 AM »
When i open a text area that can be used for more then one line ( pressing enter will go 1 line down) in ios, it will open an extra area with the buttons "done" and"cancel" under it.
And i want do to it in ngui for better looks, can it be done somehow ?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: How can i prevent the extra IOS text area from showing ?
« Reply #1 on: February 24, 2015, 11:22:32 AM »
Check the UIInput script. All NGUI does is opens up a touch screen keyboard with a certain set of parameters. The rest is done by the OS.