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

Hi everyone,

I’m struggling with layout sizing across different Android and iOS devices. The standard Thunkable approaches don’t seem to work reliably in production:

  • Fill/Stretch — doesn’t work on the outermost layout container

  • Computed Height — returns 0 in production, only works in live testing

  • Static values — work on one device but break on others

How do you handle this? Is there a reliable approach that works consistently across different screen sizes and both iOS and Android?

Thanks

I would recommend using the layout component

Hi everyone,

I’m struggling with layout sizing across different Android and iOS devices. The standard Thunkable approaches don’t seem to work reliably in production:

Fill/Stretch — doesn’t work on the outermost layout container

Computed Height — returns 0 in production, only works in live testing

Static values — work on one device but break on others

How do you handle this? Is there a reliable approach that works consistently across different screen sizes and both iOS and Androi

d?

Thanks

Hi everyone,

I’m struggling with layout sizing across different Android and iOS devices. The standard Thunkable approaches don’t seem to work reliably in production:

  • Fill/Stretch — doesn’t work on the outermost layout container

  • Computed Height — returns 0 in production, only works in live testing

  • Static values — work on one device but break on others

How do you handle this? Is there a reliable approach that works consistently across different screen sizes and both iOS and Android?