I have a help page in which I use Textareas to display info. All the teaxtarea boxes are on a panel which has vertical scroll.
In both Mobione Design and test centre text wraps properly the way I want. See the top image.
However when I transfer it to my Iphone and Ipad the text in all the textarea boxes does not wrap at all. See the bottom image.

This is the code generated by Mobione for one of the textarea boxes:
<textarea id=”m1-Screenhelp-textArea1″
class=”m1-textfield m1-textarea m1-textfield-border m1-iscroll-no-prevent-default m1-font-1″
name=”textArea1″ wrap=”soft”
>Enter debt amount using only digits and decimal point (if applicable), do not enter the $ sign or commas.
</textarea>
Could the problem be with the tag “wrap=”soft” I didn’t put this tag in, Mobione does it by default.
What other properties are there for “wrap = ????” and where in the help pages/documentation do I find these other properties?
Setting the text horizontal align properties(left , right, centre) for the textarea in the design centre does not seem to make any difference to this display problem.
Paul