4.11 completely broke our operations app, we are dead in the water right now and unable to use our app that has worked perfectly for the last year with no changes. Please upload the apk for previous versions so that I can get them back online asap
Hey Kyle, I mean this genuinely, with the current modern AI coding tools available, I recommend creative your own react web-app and getting off the retool mobile platform.
It took them nearly a year to deal with our mission-critical breaking change. I was able to AI-assisted code the web-app to replace all of retool in one afternoon.
I've escalated this to the mobile team, @kyleteal! And will send you a link to the apk in just a minute.
Once you're back in business, are you able to share more info about the breakage that you're seeing?
I pushed a fix from my end. There were 2 issues
- HTML component completely broke, I was building html via js before and something in the update prevented any css rendering leaving the app ui blank
- Data was not loading. I am not sure why, but changing the html component maybe forced something to fix this. We are testing still but appear to be back online. It may have had something to do with the zebra scanner component too but not sure.
UDPATE: This should be fixed in version 4.16.0.
Great - thanks for sharing! It looks like the package we use for rendering HTML content was missing the flag that enables inline CSS. We have a PR open to fix this and will let you know when it's live. :folded_hands:
@ryan_dale - The OP is on mobile. So, you vibe-coded a web app and using that as a PWA for mobile? Or did you vibe-code some React Native code to run on mobile and then publish that to the app stores. Just confused here as the OP was talking about mobile and not a web app.