About Store Forum Documentation Contact



Post Reply 
iOS TextLine
Author Message
MrPi Offline
Member

Post: #1
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
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: iOS TextLine
Thank you, I'll investigate this once I find a moment.
12-19-2013 12:43 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #3
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
Find all posts by this user Quote this message in a reply
Post Reply