My latest Android build is crashing. The page its crashing on has just been changed to populating the dropdowns using this;
MAP(data.Trails.TrailSizes,{label:item, value:item})
Its working ok on webapp. Is there any reason why this shouldn´t work?
I am going to verify this is the issue then do a manual workaround for now.
So for sure there is an issue here. Mapping the data to the dropdown items individually works fine, as do static values, but the command MAP(data.Trails.TrailSizes,{label:item, value:item}) causes an Android crash, but fine in webapp and preview…
I will report it in the tracker.
Hey,
Thanks for reporting it! Sounds like a bug for sure and we will take a closer look at it.
Let me know if you need any more details. I only have the workaround i place now.