Author Topic: UIInput iOS Keyboard is dead  (Read 2351 times)

huminado

  • Guest
UIInput iOS Keyboard is dead
« on: May 02, 2013, 12:07:43 AM »
I've got a UIInput object for iOS which, upon clicking the text field, opens the iOS keyboard with a bar above the keyboard that has a blue cursor (apparently where text should show up as you type.  However, even though the keys animate when I press them, they don't enter any text.  This has happened on multiple targets.  I'm stumped.

Thanks,
Frank

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: UIInput iOS Keyboard is dead
« Reply #1 on: May 02, 2013, 03:41:52 AM »
What version of NGUI? Input on iOS only works in full version, not free.

huminado

  • Guest
Re: UIInput iOS Keyboard is dead
« Reply #2 on: May 02, 2013, 12:32:46 PM »
version is 2.3.6

huminado

  • Guest
Re: UIInput iOS Keyboard is dead
« Reply #3 on: May 02, 2013, 07:56:00 PM »
I have verified that the iOS keyboard works fine when I strip away to a minimal test.  So my guess is that some other package (uWebKit or nData) or somehow causing an incompatibility issue.