Hi, I set my layout component to take up the whole screen (375x667) but on my iPhone (app published on the app store/testflight), it doesnt take up the whole screen. the layout is a bit smaller in the y direction
Hello @nsappdev
The issue is probably related to the “Notch Area”.
You can remove the Area if you set the property " Ignore Notch Area" to true
on the app settings before you publish an update:
Nope, already that on.
This is what my app looks like on Thunkable vs on IOS (testflight)
I am aware of those 3 things not showing and it has been fixed.
I am aware on how to lower the whole thing so it doesn’t hide behind the dynamic island
But. I do not understand why it doesn’t replicate the heights and positions as on the preview. I used percentages as the height.