Author Topic: UIInput not submitting on Android 'return' key  (Read 4142 times)

Shifty Geezer

  • Full Member
  • ***
  • Thank You
  • -Given: 7
  • -Receive: 9
  • Posts: 226
    • View Profile
UIInput not submitting on Android 'return' key
« on: January 31, 2018, 06:08:46 PM »
I've a UIInput field with Return action set to 'submit'. It works as expected on PC, calling its OnSubmit event. On a Shield Tablet running Android 7, the return key adds a new line. Same incorrect behaviour on a Nexus 7 running Android 6.

I'm using NGUI 3.11.4

Shifty Geezer

  • Full Member
  • ***
  • Thank You
  • -Given: 7
  • -Receive: 9
  • Posts: 226
    • View Profile
Re: UIInput not submitting on Android 'return' key
« Reply #1 on: February 01, 2018, 06:00:57 AM »
Found a fix if I set the text label to 1 line only.