I am trying to add an "About" section to my app and I would like to add a paragraph of text, but I cannot seem to find a solution that doesn't include the laborious process of adding line by line using the "label" component.
I am trying to add an "About" section to my app and I would like to add a paragraph of text, but I cannot seem to find a solution that doesn't include the laborious process of adding line by line using the "label" component.
Hello Patrick,
You can use Text area component http://docs.appery.io/documentation/u...
Doesn't the text area component allow the app user to input text? I want to have a static paragraph of text that can be viewed, but not edited by the user.
Text area allows to edit, but changes won't be saved until you confirm somehow.
In your case you can add all text to one Label component and it wouldn't be possible to edit.