Edit Box is still quite painful to use on android.
One thing which is really sketchy is that you can add a linebreak, even though multiline is unchecked (it looks like a space, but it's actually a line break)
And i weren't able to remove it, i tried events if right(edit, 1) = $newline and, if right(edit, 2)= $newline, as well as ["" (newline)] but neither trigger.
Also the box must be really tall, otherwise most of the top of the text will be cut-off, and it doesn't work with any color options, it's only black text on white background.
And finally, if the screen size changes, the edit box doesn't resize correctly. (it should be occupying the same pixels on the frame, but it's clearly not)

What would be amazing is if the linebreak button on the android keyboard could hide the keyboard instead of adding a linebreak and messing up my strings.
Any chance we can get an android specific edit box sometime soon? currently my only real option seems to be creating a custom keyboard.