Open a-leithner opened 2 months ago
Ideally, the app shouldn't need to rely on GPS location whatsoever. Personally, I deeply object reading GPS data for any purpose (other than emergencies).
IMHO, Heavens Above has a pretty elegant, three-fold solution to manual position entry. Displaying a Map (provided by OpenStreetMap, just like HA) and letting users pinpoint their approximate location should be pretty straight forward, shouldn't it?
Manually entering lat/long would also do it for me, since I can gather that info from apps that actually wait for the location data to be available. What3Words or LocationIQ could be nice to have, alternatively, but aren't free to use at a scale.
Also, what happened to manual location entry as teased in another issue?
The problem is that I havent found a good react-native library where the user can choose their own location. Got any suggestions?
Development speed is kinda low at the moment as I have to deal with personal matters. Feel free to submit pull requests tho!
Thanks for the fast response. Sadly, I'm a Java Developer by trade and have no experience whatsover with React nor React Native.
As for the map-based idea, after a little googling I found this Medium article which seems to implement just this. Though I'm usure if that also applies to React Native. If it doesn't it could be possible to implement using this repo.
Then there's also this from AirBnB which might have pluggable providers though the README doesn't communicate this clearly.
The "cheapest" solution so far would probably be to just provide manual lat/long entry fields, as a "quick" fix/workaround, as I think I've seen multiple reports of location problems in the backend repo.
Best wishes
Describe the bug
I'm trying to use the app on a Fairphone 3+ with Lineage OS 21 without Google Services. After enabling location services and granting the location permission, the app starts up but fails almost immediately with the message "No GPS signal found".
Testing with "My Location" from F-Droid, it takes indeed a couple of minutes for getting a position (waiting for enough satellites with enough signal strength to become available).
This bars me from using the app. (Logging in on desktop also doesn't fix it for me, though that's a different issue.)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The app waits until an actual GPS signal could be found by the device and then reads the location.
Screenshots
N/A
Device (please complete the following information):
Native Application:
Web application
N/A
Additional context
N/A