Wrong layout in phone

Hi all, i developed a simple app that works fine and looks like this:


but in Live test has a wrong layout like this

and the same wrong layout if I compile and install apk on my phone (Samsung S20 Ultra).
I tried to remove the flag image in the background but nothing changes.
How can I fix? Thanks a lot

1 Like

Are you designing your project using DnD or StP.

If you are using DnD can you switch the Scrollable in the screen properties to True and test in the mobile using the Thunkable companion app. No need to generate APK at this stage.

1 Like

Hi, how do I check if i’m in DnD or StP? Anyway, Scrollable property of Screen1 is already True

1 Like

One quick way is to notice the project name.
If in the center then you are using DnD.
If in the left side along with the component tree then you are using StP.

1 Like

It’s in the center, so it’s DnD

1 Like

Activate this and test
image

1 Like

I already activated, because after browsing forum i read about this solution, but unfortunately didn’t solve my issue. The screenshot I sent refer to app running with Scrollable set to True

1 Like

The next step is to group the components that you want to stay together in a Group component. It shouldn’t make a difference but for some reason it does.

1 Like

Even that already done, in fact i have 3 groups in my main screen

1 Like

Let me ask you a strange question but crucial to this issue.

When designing your screen, were you moving components in the screen itself or have you dragged them using the component tree?

There is a strange bug in DnD that if you place a component or move a component using the component tree the design gets missed up.

I’m not sure i fully got your question, anyway I dragged components from the left side directly in my Screen1, released them and then dragged again to reach the proper position, i didn’t even know there’s another way to select and place components :grinning:

1 Like

muneer?

1 Like

Will it be possible to share your project link either here or DM me?

Hi! Can you share the project URL with me?

Is it only messed up on the companion app or when you download to a phone too?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.