Hi everyone,
I’m currently developing my app using Drag and Drop mode, and the default layout is set to Phone + Landscape. I set my layout’s Resize Mode to “Stretch”, and I’m trying to center a layout in the middle of the screen.
However, after publishing and testing the app on an actual Android phone, the layout is not centered at all. The size and position of components look very different from how I designed them in the Thunkable editor. It’s especially noticeable in landscape mode, where things shift completely out of place.
In addition, I noticed that in the Design tab, there are no vertical or horizontal alignment options for the Screen itself. But in the Blocks tab, the Screen has properties like Alignment
and Justification
, and I set both to center
using blocks. Despite that, the layout I placed on the screen is still not centered on the device.
Why are these alignment options missing in the Design tab? And why doesn’t setting Alignment
and Justification
to center
via blocks actually center the layout? Is this a bug, or am I misunderstanding how screen alignment works in Drag and Drop mode?
Most of the app’s functionality is ready, but this layout inconsistency is preventing me from publishing. Any help or insight would be greatly appreciated!
Thanks in advance.