HTML5 Geolocation Not Working After Update to version 43
Categories
(Core :: DOM: Geolocation, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox42 | --- | unaffected |
firefox43 | --- | unaffected |
firefox44 | --- | unaffected |
firefox45 | --- | unaffected |
firefox46 | - | unaffected |
People
(Reporter: brunomptorres, Unassigned)
References
()
Details
(Keywords: dev-doc-complete, regression, site-compat)
Reporter | ||
Comment 2•9 years ago
|
||
Reporter | ||
Comment 5•9 years ago
|
||
Reporter | ||
Comment 8•9 years ago
|
||
Comment 9•9 years ago
|
||
Comment 10•9 years ago
|
||
Comment 11•9 years ago
|
||
Comment 12•9 years ago
|
||
Comment hidden (obsolete) |
Comment 14•9 years ago
|
||
Comment 15•9 years ago
|
||
Comment 16•9 years ago
|
||
Comment 17•9 years ago
|
||
Comment 18•9 years ago
|
||
Comment 19•9 years ago
|
||
Comment 20•9 years ago
|
||
Comment 21•9 years ago
|
||
Reporter | ||
Comment 22•9 years ago
|
||
Comment 23•9 years ago
|
||
Comment 24•9 years ago
|
||
Comment 26•9 years ago
|
||
Updated•9 years ago
|
Comment 27•9 years ago
|
||
Comment 28•9 years ago
|
||
Comment 29•9 years ago
|
||
Comment 30•9 years ago
|
||
Comment 31•9 years ago
|
||
Comment 32•9 years ago
|
||
Comment 33•9 years ago
|
||
Comment 34•9 years ago
|
||
Comment 35•9 years ago
|
||
Comment 36•9 years ago
|
||
Comment 37•9 years ago
|
||
Reporter | ||
Comment 38•9 years ago
|
||
Comment 39•9 years ago
|
||
Comment 40•9 years ago
|
||
Comment 41•9 years ago
|
||
Comment 43•9 years ago
|
||
Comment 44•9 years ago
|
||
Comment 46•9 years ago
|
||
Comment 48•9 years ago
|
||
Comment 49•9 years ago
|
||
Reporter | ||
Comment 50•9 years ago
|
||
Comment 54•9 years ago
|
||
Comment 56•9 years ago
|
||
Comment 58•7 years ago
|
||
Comment 59•7 years ago
|
||
Comment 60•7 years ago
|
||
Comment 61•7 years ago
|
||
Comment 62•7 years ago
|
||
Comment 63•7 years ago
|
||
Comment 64•6 years ago
|
||
Comment 65•6 years ago
|
||
Comment 66•6 years ago
|
||
Comment 67•6 years ago
|
||
Comment 68•6 years ago
|
||
Comment 69•6 years ago
|
||
Comment 70•6 years ago
|
||
Updated•6 years ago
|
Comment 71•5 years ago
|
||
Hi Gentlemen, I am having same issue with firefox 72.0.1 - Mozila Firefox for Ubuntu.
Running this basic code snippet in the console returns a PositionError object with the message "Unknown error acquiring position"
about:config "geo.wifi.uri" is set to
https://www.googleapis.com/geolocation/v1/geolocate?key=%GOOGLE_API_KEY%
The code snippet is tested in Chrome/IE and works as expected.
It works If I changed geo.wifi.uri to https://location.services.mozilla.com/v1/geolocate?key=test. But this is not giving me the exact location.
It would be appreciated if anyone could help me out. Thanks.
Comment 72•5 years ago
|
||
hi ravirupapara, could you please file a new bug for this problem in order to get more attention: https://bugzilla.mozilla.org/enter_bug.cgi?product=Core&component=DOM%3A%20Geolocation
thank you!
Description
•