Hi everyone,
I’ve been building a custom tool in Adalo that interacts with several external databases, but I’ve hit a major snag with the performance of my published iOS app. On the desktop preview, everything runs smoothly, but as soon as I test the TestFlight build on an iPhone, the “WebView” components and some of my custom actions start lagging significantly.
I was actually trying to troubleshoot this by looking at how other high-performance mobile script environments handle their data injection, and I spent some time checking out deltaexector com to see if their approach to iOS optimization could offer some clues. I’m starting to wonder if the deltaexector com method of handling background script execution is something that Adalo’s native wrapper might be flagging as a security risk, leading to these stuttering issues.
I’m also seeing a related problem where my “Link to Website” actions are causing the entire app to white-screen if the destination site has heavy JavaScript or unique executor frameworks. Has anyone else found a way to sandbox these external URLs so they don’t drag down the app’s RAM usage? I’ve already tried reducing my image sizes and limiting my API calls to under 5 per screen, but the iOS-specific lag persists. If anyone has experience with the “Custom Component” developer kit or knows a workaround for how Adalo handles these types of script-heavy interactions on Apple devices, I’d really appreciate the help!