Hi Retool team,
I’m running a Retool mobile app that uses Mapbox to display markers based on a query result. The query returns around 1500 rows — mostly coordinates and a few text attributes.
The app works perfectly on Retool Desktop/Web, but on Retool Mobile, it crashes.
I reduced rows to ~200 and it seems to work on mobile. So it looks like either:
-
There’s a memory or rendering limit on mobile Mapbox components, or
-
Mobile Retool has trouble handling large datasets in JS queries/components.
Environment details:
-
Retool Mobile App version: 3.194.0
-
Device: Vivo y27s
-
OS: Android 15
-
Data size: ~1500 rows

