My event listener for gps location fires 3 times in a raw, than it doesn't fire anymore. I set Titanium.Geolocation.accuracy = Titanium.Geolocation.ACCURACY_NEAREST_TEN_METERS; Titanium.Geolocation.frequency = 4000; Titanium.Geolocation.distanceFilter = 10;
As far as I understand, it should fire each 4 seconds, but it only fires there times when the app openes.
What is wrong?
Your Answer
Think you can help? Login to answer this question!