How do I adapt the text of a text element or the text inside a button and the button itself to the user's device so it doesn't show up too big or too small
you could try setting your Screen1 Sizing to to Responsive.
If not you will have to set the component's Font size based on code to detect the devices pixel footprint.
The Text blocks have no property in themselves to change the Text size. Text blocks . see the documentation * Built-in Blocks Documentation
Component Documentation for all components.
You have the ability to change the way Text is displayed. For instance, to change the font size of a Label to a smaller size you can do it,
[fontSize] like this.
The default size is 14.
Here are some resources to help you learn to use the AI2 tools. A very good way to learn App Inventor is to read the fr…
1 Like