MrPi
Member
|
iOS TextLine
I noticed a few issues with the TextLine on iOS.
1) When it has focus, an additional textbox opens (see screenshot), which is positioned weirdly. What do I have to do to avoid that?
2) When hitting return on the iOS virtual keyboard, it doesn't disappear. Do I have to add something specific to achieve that?
|
|
12-13-2013 07:52 PM |
|
Esenthel
Administrator
|
RE: iOS TextLine
Thank you, I'll investigate this once I find a moment.
|
|
12-19-2013 12:43 AM |
|
Esenthel
Administrator
|
RE: iOS TextLine
1) fixed
2) you need to switch focus to other gui obj or deactivate the textline
GuiObj.deactivate/activate
|
|
12-21-2013 09:51 AM |
|