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
{{ message }}
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.
In geolocation.js, line 150 the value of the watchLocation error callback is assigned to a var but then is never used. Im not sure if the watchLocation errorCallback is being call
The text was updated successfully, but these errors were encountered:
Hi @Faguaz, thanks for reporting! Indeed, in Android, the errorCallback of the watchLocation() method seems to never be called (see this line).
It would be best to research if errors in watching location in Android can occur and call this callback if such is caught. Otherwise, the declaration
... can be removed.
We love pull requests, so if you have any ideas regarding this, feel free to contribute (make sure you assign this issue to yourself in this case)
In geolocation.js, line 150 the value of the watchLocation error callback is assigned to a var but then is never used. Im not sure if the watchLocation errorCallback is being call
The text was updated successfully, but these errors were encountered: