Hi Community,
On my main view I am displaying data from closest to furthest (of user's location); doing this by using the global property "Get Current Location". But on the APK version with Android, the data takes a random amount of time, between 2sec to 20sec (or more), to be displayed. I have noticed during this range of time that a "location" icon was showing on the phone until the data appears. After reviewing many times each step in the logic, the problem seems to come from that "Get Current Location" step...
Also it may be interesting to know that I have a date picker as a filter on the same view, so the user can see the data for today (as standard) but also on any date he will pick. And currently, when the user changes the view and comes back to the main view, if he had previously selected a different date (for example tomorrow), the selection will always revert back to Today; I just couldn't get to change that logic also.