You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are testing a function to read out the geolocation in background while the user can user the app as usual. Therefore, we added Geolocation.watchPosition() to a page (with listeners, of course).
What we now want to do is to read the location in certain intervals. This is how we tried to do it:
We are testing a function to read out the geolocation in background while the user can user the app as usual. Therefore, we added
Geolocation.watchPosition()
to a page (with listeners, of course).What we now want to do is to read the location in certain intervals. This is how we tried to do it:
Unfortunatly, on Android the position is read every minute. The value from the AppProperties is returned right. On iOS,
setFrequency()
works fine.So we assume that there's a problem within Tabris.
The text was updated successfully, but these errors were encountered: