# How do you handle layout sizing across different devices and OS?

**URL:** https://community.thunkable.com/t/how-do-you-handle-layout-sizing-across-different-devices-and-os/4108643
**Category:** Questions about Thunkable AI
**Created:** [May 18, 2026, 8:17am UTC](https://community.thunkable.com/t/how-do-you-handle-layout-sizing-across-different-devices-and-os/4108643 "2026-05-18T08:17:52Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![martint](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/martint/32/96689_2.png) [@martint](https://community.thunkable.com/u/martint)
#### Post date: [May 26, 2026, 2:40pm UTC](https://community.thunkable.com/t/how-do-you-handle-layout-sizing-across-different-devices-and-os/4108643/5 "2026-05-26T14:40:35Z")

</div>

> [@\[Solved\] How to make Android layouts fit correctly on every device](https://community.thunkable.com/t/solved-how-to-make-android-layouts-fit-correctly-on-every-device/4108120):
>
> The Solution After a lot of testing across different Android devices, I have landed on a solution that actually works. This is a small, lightweight set of blocks that automatically calibrates your layout height so it fits the screen perfectly on any device. It runs once per device, stores the correct layout height locally, and from that point on every screen in your project just uses that stored value. No guessing, no formulas, no device checks. You can see the blocks I am using for: the f…

Use with ‘if platform is Android’ block as Ios devices seem to be ok.

---

_[View the full topic](https://community.thunkable.com/t/how-do-you-handle-layout-sizing-across-different-devices-and-os/4108643)._
