Hi,
Is there any way to set time interval for requesting gps location in ios. There is interval property in configuration but seems only work on android..
Thanks.
I am not sure we have such type of any action in this component but you can try to call using jquery for call GPS method to get the data using SetTimeout jquery or setInterval javascript function
Thanks, but i think setinterval function won't work when the screen is close?
If you want to call it continuously then you can add this into the module level (use SetTimeout in module level Jquery code)
But setTimeout is not working when the screen is close. Any other way to call the functions on background regularly?