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
I have just noticed that the lib works perfectly, except when (I'm using the Dev Tools of Firefox by example), then the method
'dispatchResponse' is not called at all !
With the desktop a dialog is displayed ad ask me to allow geolocation, I allow it, then the 'dispatchResponse' is called.
With the mobile format a dialog is displayed ad ask me to allow geolocation, I allow it, he 'dispatchResponse' is NOT called.
I can concur there is an issue.
I just logged an issue: Not updating GPS Coords #26
I tried the code as per the link above and I get a first value but does not update unless I do one of two things as per my posted Issue.
I looked into it further ..
I am getting Dispatch called when I request an updated location but
navigator.geolocation.getCurrentPosition(function (position)
is not getting updated position, just the previous one.
PS I inserted alter messages in location.js to establish this.
Hi,
I have just noticed that the lib works perfectly, except when (I'm using the Dev Tools of Firefox by example), then the method
'dispatchResponse' is not called at all !
With the desktop a dialog is displayed ad ask me to allow geolocation, I allow it, then the 'dispatchResponse' is called.
With the mobile format a dialog is displayed ad ask me to allow geolocation, I allow it, he 'dispatchResponse' is NOT called.
BTW, I have reproduce the problem here:
https://www.w3schools.com/html/tryit.asp?filename=tryhtml5_geolocation_error
If I use the mobile format... I got no answer!
Any idea why ?
The text was updated successfully, but these errors were encountered: