User214117797 posted
Can you only have 1 control per line? IIdeally I'd like a textbox & button on a line.
If you are using mobile webform then you can define the deviceSpecific filters which gives you a content template. With this you have much more control as you can use HTML for browsers that support it.
The mobile controls does not have a multiline text box and for good purpose as well, when doing WAP development you have limited screen space so have multi line text boxes are not great. If you really want it then you can do the same thing as above with
devicespecific templates and use HTML to render a HTML Text area.