Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: Shifty Geezer on January 31, 2018, 06:08:46 PM

Title: UIInput not submitting on Android 'return' key
Post by: Shifty Geezer 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
Title: Re: UIInput not submitting on Android 'return' key
Post by: Shifty Geezer on February 01, 2018, 06:00:57 AM
Found a fix if I set the text label to 1 line only.