Why It’s Currently Impossible to Publish a Properly Responsive Android App in Thunkable

Hi all,

I wanted to share some very simple but very telling test results about what’s happening with layout rendering on Android builds right now.

If you’ve been pulling your hair out wondering why your pages suddenly clip through the bottom of the screen or why scrollable pages no longer scroll to the end, congratulations, you’re not imagining it. Layouts on Android are quite seriously broken.

This isn’t speculation. It’s a confirmed regression, acknowledged by Thunkable staff back in August (see my original post here). Two months later, there’s still no fix, no date, and no explanation of what changed.

To make this as clear as possible, I built a four-page test app that anyone can open and check on their own device. Each page demonstrates a different layout configuration, with colored backgrounds and red borders so clipping is obvious.

The Test App

Each screen has navigation buttons along the top so you can switch between them easily.

  1. Two stacked 50% containers, no scrolling.

  2. Two stacked 43% containers, no scrolling.

  3. Two stacked 500px containers, Layout set to scrollable.

  4. Two stacked 500px containers, Page set to scrollable.

Top container = :green_square: green.
Bottom container = :yellow_square: yellow.
Everything outlined in a :red_circle: red border.

Project link so others can reproduce this.

Results on Thunkable Live App (Android)

Screen 1: Displays perfectly, the Thunkable toolbar hides the last few pixels and the bottom red border, but that’s normal.


Screen 2: Displays perfectly, covers about 86% of the screen with even white space top and bottom.

Screen 3: Scrolls beautifully. Same minor toolbar offset at the bottom, but otherwise perfect.


Screen 4: Broken. Containers shrink to less than full height, and the app lets you scroll into empty white space. Not ideal, but not a huge problem if scrollable layouts work.

Results on Exported .APK (Android Build)

Screen 1: Broken. Bottom of the page is clipped.

Screen 2: Broken. Whitespace appears at the top, and the bottom of the page is clipped.

Screen 3: Broken. Bottom 10-15% of the screen is clipped. (This is me scrolling all the way to the bottom of the screen)

Screen 4: Still broken, though amusingly this is the only test that doesn’t clip the content, it just gives you a full scroll of useless white space instead.

TLDR / Conclusion

Until this regression is fixed, it is literally impossible to create a properly responsive Android app in Thunkable.

  • Using percentages? Your layout will clip.

  • Using pixel heights? Your layout will clip.

  • Making it scrollable to catch overflow? You’ll still lose the bottom of your page.

Thunkable has acknowledged this as a confirmed regression, but as of today there’s been no fix, no timeline, and no official communication in the release notes.

If you’re publishing production apps, be aware that what you see in Thunkable Live is not what users will see in the published Android build.

Feel free to test it on your own devices - I’d love to see your results, hear about any workarounds you have found and hopefully we can get some visibility (and pressure) on this issue.

Thanks all,
Grant

@tatiang @sketch @martint @krish05 @annaradnor70pzj4mu @22kifayatun8ne @maurizio.polverini89 @iffsydl78qiz

1 Like

Serious Responsive Layout Bug Still Unresolved – Business and Financial Damage

Hi everyone,

I’m posting this to share my experience and hopefully bring more attention to a critical issue that’s been affecting many of us building Android apps with Thunkable.

Since August 13, 2025, a major responsive layout bug has made it impossible to properly publish or update Android apps. In my case, this was confirmed by a freelance developer I hired (and paid) to help with my project — but the work could not be completed because of this regression.

The consequences have been serious:

  • I had just launched my app on the Google Play Store this summer, but I’ve been forced to unpublish it because the entire responsive layout broke after this bug appeared.

  • My company has suffered reputational damage, loss of partner confidence, and financial losses, while I continue to pay my Thunkable subscription every month without being able to use the platform as intended.

I’ve already submitted a formal complaint to Thunkable Support but… so far, there’s still no estimated date for a fix.

I’m sharing this here so that others affected can also make their cases heard — this situation is clearly impacting developers and businesses who trusted Thunkable for production-level apps.

If no resolution is provided soon, I’ll have no choice but to cancel my subscription, migrate my project to another platform, and consider taking further action for damages.

I truly hope Thunkable addresses this issue transparently and urgently — this bug is not just a small technical problem; it’s hurting real projects and companies.

Javier Pareja
Thunkable user & app publisher

1 Like

Thanks for sharing your experiences, Javier.

At this point, it’s clear that this is preventing multiple developers and companies from maintaining their apps or earning revenue which is a real shame as Thunkable is a fantastic tool for rapid mobile development when it works.

Anyone else seeing this behaviour on their Android builds, please test using the demo project linked above and add your results here.