Text label components are used very often on my projects both designed for mobile and web-apps (responsive). While they are generally working perfectly on mobiles, I realised that there are 2 features that are not working or not implemented on responsive web-app.
- The Text label on web-app, whether on root screen or nested within row/column components, does not react to the text-align properties. i.e cannot be “centred” or “justified” (when text label is width=“filled container”. It is always aligned “left” no matter what property it is assigned to.
- the “\n” character to make new line also does not work in web-app but worked in mobile
Recently the thunkable techs have solved the issue of web-app alignment issues for rows/columns component. I am sure the team can solve (1) easily. Can look at the text labels issues, please? Need to make the layout of the responsive web-app look “professional”.
Thank you very much.