Hey there,
I've tried searching for this through google and the asset store(the two NGUI UIInput extensions), but I can't seem to find a solution for multiline text input on mobile devices. For instance in the game i'm working on the user can upload an image to Facebook with a pre filled multiline caption that they can edit. In the editor this works fine, but on IOS and Android it brings up the virtual keyboard with a single line with no line endings even visible.
Now I'd love for this to be single line to make it easier but this is contract work and they want multi line.
Is there a way around this? Have I selected the wrong input type or something? I'd either like to have the virtual keyboard text input multi line or to be able to edit the field directly like a multiline EditText on Android.
Thanks in advance.