Hello, How can I make my application fits all mobile screens?

Hello everyone, when I am designing my application, there is a difference between my mobile screen and the designer screen, for example a text is centered in the designer screen, however on my mobile screen it is a little bit to the left

You will have to scale each components height and width using the ‘device screen height/width’ block and some math. I did a very quick google search for mobile screen sizes in pixels and this looked like it might help.
Open at you’re own risk. I am not affiliated with the site and cannot vouch for its secureness.

1 Like

Off topic, but this might be a nice visual resource to have in the Community? Just 10 or 12 rectangles and corresponding for the best selling phone models. Maybe update it once a year??

I agree it would be. That has always been one of the challenges with Thunkable is being able to ratio your components to look good across multiple devices.