Jake Senior
Jake Senior
I'm running 3.7.0 and have the same issue.
I think mine was caused by uwsgi, I've resolved it by using the threading.time and queue libraries to create a setInterval decorator
Also sort of have this issue on iOS 12.3.1. My issues is when a certain time elapses or the user moves 100m from their initial position a list of nearest...
> Your workaround shuts down the GPS after every getCurrentPosition() potentially requiring a new warmup. You need to apply my patch and use watchPosition() instead: 4d5a5b4 Great thanks, I'll give...
Did not fix it for me unfortunately, still getting a time out.
Tried with a SIM in and it'd the same result. Options are: enableHighAccuracy: true, timeout: 20000. Also tried with enableHighAccuracy: false and no change. I have managed to get the...
Even while moving in a car the timeouts still happen with this set to 5.
@hananabilabd I did not unfortunately. It worked fine on a Pi 3 so opted for that instead.