I am experiencing an issue with the Location component in my Glide app. When I enable the Location component to get the user’s current coordinates, it works fine. However, when I navigate to another screen and then return, the Location component turns off and stops receiving coordinates.
I need the component to continue working and receiving coordinates in real-time, even when I switch between screens. Is there a way to configure the Location component so that it does not turn off when switching screens? Or is there another method to obtain real-time coordinates in a Glide app?
Looks like it does still track live location. I think it updates every 5 seconds for me unless I have another app that is actively using the GPS, then it updates about every 2 seconds and seems a little more accurate.
I think when I checked before, it seemed like it would get the location once and stick, but I was probably wrong. Just needed to move around a bit.